summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-08-27 20:14:27 +0200
committerOle Loots <ole@monochrom.net>2012-08-27 20:14:27 +0200
commitb806c94c1d6c98cc3e5461f06032aacff6c00b42 (patch)
tree557b0c77449ee2a482a1ad7ba28af4e2e162eb7a /atari/hotlist.c
parent02593d170a7163a141acf6f2f72686a7bdbfb828 (diff)
downloadnetsurf-b806c94c1d6c98cc3e5461f06032aacff6c00b42.tar.gz
netsurf-b806c94c1d6c98cc3e5461f06032aacff6c00b42.tar.bz2
Fix warnings, moved prototypes, housekeeping
Diffstat (limited to 'atari/hotlist.c')
-rwxr-xr-xatari/hotlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/atari/hotlist.c b/atari/hotlist.c
index 68e5c31aa..bdd10d922 100755
--- a/atari/hotlist.c
+++ b/atari/hotlist.c
@@ -103,8 +103,7 @@ void hotlist_init(void)
LOG(("Failed to allocate Hotlist"));
return;
}
- /* TODO: load hotlist strings from messages */
- WindSetStr( hl.window, WF_NAME, (char*)"Hotlist" );
+ WindSetStr( hl.window, WF_NAME, (char*)messages_get("Hotlist") );
WindSetPtr( hl.window, WF_TOOLBAR, tree, evnt_hl_toolbar );
EvntAttach( hl.window, WM_CLOSED, evnt_hl_close );
EvntAttach( hl.window, WM_XBUTTON,evnt_hl_mbutton );