summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-07-10 23:35:24 +0200
committerOle Loots <ole@monochrom.net>2012-07-10 23:35:24 +0200
commitbc9d29f00ae84ae8fc9963f789358e4953100ea6 (patch)
tree8ed696ea4811f0f5beeb0329e0571543e5060080 /atari/history.c
parent0107dba80d629bef8e95069e303c5459f6d6b369 (diff)
downloadnetsurf-bc9d29f00ae84ae8fc9963f789358e4953100ea6.tar.gz
netsurf-bc9d29f00ae84ae8fc9963f789358e4953100ea6.tar.bz2
Added missing but not-so important changes from local SVN working copy.
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 );