* gnoemoe/gm-ui.h: added accelerator F9 to Show/Hide userlist

This commit is contained in:
Jesse van den Kieboom 2006-10-01 08:09:22 +00:00
parent e2ca0ebd2c
commit 763f62c560
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-01-10 Jesse van den Kieboom <jesse@icecrew.nl>
* gnoemoe/gm-ui.h: added accelerator F9 to Show/Hide userlist
2006-29-09 Jesse van den Kieboom <jesse@icecrew.nl>
* po/nl.po: updated translations

View File

@ -49,7 +49,7 @@ static const GtkToggleActionEntry gm_toggle_menu_entries[] =
/* View menu */
{"ViewToolbar", NULL, N_("_Toolbar"), NULL,
N_("Show or hide the toolbar"), G_CALLBACK(on_action_view_toolbar), TRUE},
{"ViewUserlist", NULL, N_("_Userlist"), NULL,
{"ViewUserlist", NULL, N_("_Userlist"), "F9",
N_("Show or hide the world userlist"), G_CALLBACK(on_action_view_userlist), TRUE},
};