From b806c94c1d6c98cc3e5461f06032aacff6c00b42 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 27 Aug 2012 20:14:27 +0200 Subject: Fix warnings, moved prototypes, housekeeping --- atari/hotlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atari/hotlist.c') 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 ); -- cgit v1.2.3