r14578 - gnucash/trunk - Fixed some duplicate accelerators.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Jul 29 20:58:23 EDT 2006


Author: andi5
Date: 2006-07-29 20:58:22 -0400 (Sat, 29 Jul 2006)
New Revision: 14578
Trac: http://svn.gnucash.org/trac/changeset/14578

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/glade/preferences.glade
   gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c
   gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Fixed some duplicate accelerators.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-07-30 00:39:02 UTC (rev 14577)
+++ gnucash/trunk/ChangeLog	2006-07-30 00:58:22 UTC (rev 14578)
@@ -1,5 +1,11 @@
 2006-07-30  Andreas Köhler  <andi5.py at gmx.net>
 
+	* src/gnome/gnc-plugin-page-account-tree.c:
+	* src/gnome/gnc-plugin-page-register.c:
+	* src/gnome/gnc-plugin-basic-commands.c:
+	* src/gnome-utils/glade/preferences.glade: Fixed some duplicate
+	  accelerators.
+
 	* src/gnome-utils/gnc-main-window.c:
 	* src/gnome/schemas/apps_gnucash_general.schemas.in:
 	* src/gnome-utils/glade/preferences.glade: Add preference

Modified: gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c	2006-07-30 00:39:02 UTC (rev 14577)
+++ gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c	2006-07-30 00:58:22 UTC (rev 14578)
@@ -144,7 +144,7 @@
   { "ActionsScheduledTransactionEditorAction", NULL, N_("_Scheduled Transaction Editor"), NULL,
     N_("The list of Scheduled Transactions"),
     G_CALLBACK (gnc_main_window_cmd_actions_scheduled_transaction_editor) },
-  { "ActionsSinceLastRunAction", NULL, N_("_Since Last Run..."), NULL,
+  { "ActionsSinceLastRunAction", NULL, N_("Since _Last Run..."), NULL,
     N_("Create Scheduled Transactions since the last time run"),
     G_CALLBACK (gnc_main_window_cmd_actions_since_last_run) },
   { "ActionsMortgageLoanAction", NULL, N_("_Mortgage & Loan Repayment..."), NULL,

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c	2006-07-30 00:39:02 UTC (rev 14577)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c	2006-07-30 00:58:22 UTC (rev 14578)
@@ -158,7 +158,7 @@
 	  G_CALLBACK (gnc_plugin_page_account_tree_cmd_open_subaccounts) },
 
 	/* Edit menu */
-	{ "EditEditAccountAction", GNC_STOCK_EDIT_ACCOUNT, N_("_Edit Account"), "<control>e",
+	{ "EditEditAccountAction", GNC_STOCK_EDIT_ACCOUNT, N_("Edit _Account"), "<control>e",
 	  N_("Edit the selected account"),
 	  G_CALLBACK (gnc_plugin_page_account_tree_cmd_edit_account) },
 	{ "EditDeleteAccountAction", GNC_STOCK_DELETE_ACCOUNT, N_("_Delete Account..."), NULL,

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-07-30 00:39:02 UTC (rev 14577)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-07-30 00:58:22 UTC (rev 14578)
@@ -179,7 +179,7 @@
 	{ "EditPasteAction", GTK_STOCK_PASTE, N_("_Paste"), NULL,
 	  N_("Paste the clipboard content at the cursor position"),
 	  G_CALLBACK (gnc_plugin_page_register_cmd_paste) },
-	{ "EditEditAccountAction", GNC_STOCK_EDIT_ACCOUNT, N_("Edit Account"), "<control>e",
+	{ "EditEditAccountAction", GNC_STOCK_EDIT_ACCOUNT, N_("Edit _Account"), "<control>e",
 	  N_("Edit the selected account"),
 	  G_CALLBACK (gnc_plugin_page_register_cmd_edit_account) },
 

Modified: gnucash/trunk/src/gnome-utils/glade/preferences.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/preferences.glade	2006-07-30 00:39:02 UTC (rev 14577)
+++ gnucash/trunk/src/gnome-utils/glade/preferences.glade	2006-07-30 00:58:22 UTC (rev 14578)
@@ -3106,7 +3106,7 @@
 		  <property name="visible">True</property>
 		  <property name="tooltip" translatable="yes">Use the system setting for displaying toolbar items.</property>
 		  <property name="can_focus">True</property>
-		  <property name="label" translatable="yes">Use s_ystem _default</property>
+		  <property name="label" translatable="yes">Use s_ystem default</property>
 		  <property name="use_underline">True</property>
 		  <property name="relief">GTK_RELIEF_NORMAL</property>
 		  <property name="focus_on_click">True</property>



More information about the gnucash-changes mailing list