summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.c')
-rwxr-xr-xatari/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/history.c b/atari/history.c
index 683d6a588..c145da3ad 100755
--- a/atari/history.c
+++ b/atari/history.c
@@ -103,7 +103,7 @@ bool global_history_init( void )
LOG(("Failed to allocate history window"));
return( false );
}
- /* TODO: load hotlist strings from messages */
+ /* TODO: load history strings from messages */
WindSetStr( gl_history.window, WF_NAME, (char*)"History" );
//WindSetPtr( gl_history.window, WF_TOOLBAR, tree, evnt_history_toolbar );
EvntAttach( gl_history.window, WM_CLOSED, evnt_history_close );