r15949 - gnucash/trunk/src/gnome - Add accel for Scheduled overlay menu

Josh Sled jsled at cvs.gnucash.org
Sat Apr 21 10:08:08 EDT 2007


Author: jsled
Date: 2007-04-21 10:08:08 -0400 (Sat, 21 Apr 2007)
New Revision: 15949
Trac: http://svn.gnucash.org/trac/changeset/15949

Modified:
   gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c
Log:
Add accel for Scheduled overlay menu

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c	2007-04-21 12:47:05 UTC (rev 15948)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c	2007-04-21 14:08:08 UTC (rev 15949)
@@ -105,12 +105,12 @@
 
 /* Command callbacks */
 static GtkActionEntry gnc_plugin_page_sx_list_actions [] = {
-    { "SxListAction", NULL, N_("Scheduled"), NULL, NULL, NULL },
-    { "SxListNewAction", GNC_STOCK_NEW_ACCOUNT, N_("New"), NULL,
+    { "SxListAction", NULL, N_("_Scheduled"), NULL, NULL, NULL },
+    { "SxListNewAction", GNC_STOCK_NEW_ACCOUNT, N_("_New"), NULL,
       N_("Create a new scheduled transaction"), G_CALLBACK(gnc_plugin_page_sx_list_cmd_new) },
-    { "SxListEditAction", GNC_STOCK_EDIT_ACCOUNT, N_("Edit"), NULL,
+    { "SxListEditAction", GNC_STOCK_EDIT_ACCOUNT, N_("_Edit"), NULL,
       N_("Edit the selected scheduled transaction"), G_CALLBACK(gnc_plugin_page_sx_list_cmd_edit) },
-    { "SxListDeleteAction", GNC_STOCK_DELETE_ACCOUNT, N_("Delete"), NULL,
+    { "SxListDeleteAction", GNC_STOCK_DELETE_ACCOUNT, N_("_Delete"), NULL,
       N_("Delete the selected scheduled transaction"), G_CALLBACK(gnc_plugin_page_sx_list_cmd_delete) },
 };
 /** The number of actions provided by this plugin. */



More information about the gnucash-changes mailing list