Fixed some duplicate accelerators.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14578 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2006-07-30 00:58:22 +00:00
parent 8a8510d34b
commit 2b1b9b51f1
5 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
2006-07-30 Andreas Köhler <andi5.py@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

View File

@ -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>

View File

@ -144,7 +144,7 @@ static GtkActionEntry gnc_plugin_actions [] = {
{ "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,

View File

@ -158,7 +158,7 @@ static GtkActionEntry gnc_plugin_page_account_tree_actions [] = {
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,

View File

@ -179,7 +179,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
{ "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) },