(gtk) #677: small HIG tweaks

This commit is contained in:
Charles Kerr 2008-02-03 02:27:12 +00:00
parent 21f91ae5be
commit d123348869
2 changed files with 7 additions and 7 deletions

View File

@ -67,9 +67,9 @@ sort_changed_cb( GtkAction * action UNUSED,
static GtkToggleActionEntry show_toggle_entries[] =
{
{ "toggle-main-window", NULL,
N_("Show _Main Window"), NULL, NULL, G_CALLBACK(action_cb), TRUE },
N_("_Main Window"), NULL, NULL, G_CALLBACK(action_cb), TRUE },
{ "toggle-message-log", NULL,
N_("Show Message _Log"), NULL, NULL, G_CALLBACK(action_cb), FALSE }
N_("Message _Log"), NULL, NULL, G_CALLBACK(action_cb), FALSE }
};
static void
@ -87,11 +87,11 @@ static GtkToggleActionEntry pref_toggle_entries[] =
{ "sort-reversed", NULL,
N_("_Reverse Sort Order"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE },
{ "show-filter-bar", NULL,
N_("Show _Filter Bar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE },
N_("_Filter Bar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE },
{ "show-status-bar", NULL,
N_("Show _Status Bar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE },
N_("_Status Bar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE },
{ "show-toolbar", NULL,
N_("Show _Toolbar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE }
N_("_Toolbar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE }
};
static GtkActionEntry entries[] =

View File

@ -3,6 +3,8 @@ const char * fallback_ui_file =
" <menubar name='main-window-menu'>\n"
" <menu action='torrent-menu'>\n"
" <menuitem action='open-torrent'/>\n"
" <menuitem action='create-torrent'/>\n"
" <separator/>\n"
" <menuitem action='start-torrent'/>\n"
" <menuitem action='update-tracker'/>\n"
" <menuitem action='pause-torrent'/>\n"
@ -10,8 +12,6 @@ const char * fallback_ui_file =
" <menuitem action='remove-torrent'/>\n"
" <menuitem action='show-torrent-details'/>\n"
" <separator/>\n"
" <menuitem action='create-torrent'/>\n"
" <separator/>\n"
" <menuitem action='close'/>\n"
" <menuitem action='quit'/>\n"
" </menu>\n"