ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/prefs_editor_gtk.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/prefs_editor_gtk.cpp (file contents):
Revision 1.5 by gbeauche, 2005-11-20T23:47:42Z vs.
Revision 1.6 by gbeauche, 2005-11-20T23:59:18Z

# Line 424 | Line 424 | static void cb_about(...)
424   // Menu item descriptions
425   static GtkItemFactoryEntry menu_items[] = {
426          {(gchar *)GetString(STR_PREFS_MENU_FILE_GTK),           NULL,                   NULL,                                                   0, "<Branch>"},
427 <        {(gchar *)GetString(STR_PREFS_ITEM_START_GTK),          NULL,                   GTK_SIGNAL_FUNC(cb_start),              0, NULL},
427 >        {(gchar *)GetString(STR_PREFS_ITEM_START_GTK),          "<control>S",   GTK_SIGNAL_FUNC(cb_start),              0, NULL},
428          {(gchar *)GetString(STR_PREFS_ITEM_ZAP_PRAM_GTK),       NULL,                   GTK_SIGNAL_FUNC(cb_zap_pram),   0, NULL},
429          {(gchar *)GetString(STR_PREFS_ITEM_SEPL_GTK),           NULL,                   NULL,                                                   0, "<Separator>"},
430          {(gchar *)GetString(STR_PREFS_ITEM_QUIT_GTK),           "<control>Q",   GTK_SIGNAL_FUNC(cb_quit),               0, NULL},
431          {(gchar *)GetString(STR_HELP_MENU_GTK),                         NULL,                   NULL,                                                   0, "<LastBranch>"},
432 <        {(gchar *)GetString(STR_HELP_ITEM_ABOUT_GTK),           NULL,                   GTK_SIGNAL_FUNC(cb_about),              0, NULL}
432 >        {(gchar *)GetString(STR_HELP_ITEM_ABOUT_GTK),           "<control>H",   GTK_SIGNAL_FUNC(cb_about),              0, NULL}
433   };
434  
435   bool PrefsEditor(void)
# Line 474 | Line 474 | bool PrefsEditor(void)
474  
475          static const opt_desc buttons[] = {
476                  {STR_START_BUTTON, GTK_SIGNAL_FUNC(cb_start)},
477                {STR_PREFS_ITEM_ZAP_PRAM, GTK_SIGNAL_FUNC(cb_zap_pram)},
478                {STR_ABOUT_BUTTON, GTK_SIGNAL_FUNC(cb_about)},
477                  {STR_QUIT_BUTTON, GTK_SIGNAL_FUNC(cb_quit)},
478                  {0, NULL}
479          };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines