Update default accelerator keys as per the HIG.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12029 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-11-25 21:27:26 +00:00
parent ab97357111
commit 81c7f512a5
6 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,12 @@
2005-11-25 David Hampton <hampton@employees.org>
* src/report/report-gnome/gnc-plugin-page-report.c:
* src/business/business-gnome/gnc-plugin-page-invoice.c:
* src/gnome-utils/gnc-main-window.c:
* src/gnome/gnc-plugin-page-register.c:
* src/gnome/gnc-plugin-page-account-tree.c: Update default
accelerator keys as per the HIG.
2005-11-23 David Hampton <hampton@employees.org>
* src/report/report-gnome/report-gnome.scm:

View File

@ -99,7 +99,7 @@ static GtkActionEntry gnc_plugin_page_invoice_actions [] =
{ "FileNewAccountAction", GNC_STOCK_NEW_ACCOUNT, N_("New _Account..."), NULL,
N_("Create a new account"),
G_CALLBACK (gnc_plugin_page_invoice_cmd_new_account) },
{ "FilePrintAction", GTK_STOCK_PRINT, N_("Print Invoice"), NULL,
{ "FilePrintAction", GTK_STOCK_PRINT, N_("Print Invoice"), "<control>p",
N_("Make a printable invoice"),
G_CALLBACK (gnc_plugin_page_invoice_cmd_print) },

View File

@ -225,8 +225,8 @@ static GtkActionEntry gnc_menu_actions [] =
{ "FileOpenMenuAction", GTK_STOCK_OPEN, N_("_Open"), "", NULL, NULL },
{ "FileImportAction", NULL, N_("_Import"), NULL, NULL, NULL },
{ "FileExportAction", NULL, N_("_Export"), NULL, NULL, NULL },
{ "FilePrintAction", GTK_STOCK_PRINT, N_("_Print..."), NULL, NULL, NULL },
{ "FilePropertiesAction", GTK_STOCK_PROPERTIES, N_("Proper_ties"), NULL,
{ "FilePrintAction", GTK_STOCK_PRINT, N_("_Print..."), "<control>p", NULL, NULL },
{ "FilePropertiesAction", GTK_STOCK_PROPERTIES, N_("Proper_ties"), "<Alt>Return",
NULL,
G_CALLBACK (gnc_main_window_cmd_file_properties) },
{ "FileCloseAction", GTK_STOCK_CLOSE, N_("_Close"), NULL,
@ -275,7 +275,7 @@ static GtkActionEntry gnc_menu_actions [] =
{ "HelpTutorialAction", GNOME_STOCK_BOOK_BLUE, N_("Tutorial and Concepts _Guide"), NULL,
N_("Open the GnuCash Tutorial"),
G_CALLBACK (gnc_main_window_cmd_help_tutorial) },
{ "HelpContentsAction", GTK_STOCK_HELP, N_("_Contents"), NULL,
{ "HelpContentsAction", GTK_STOCK_HELP, N_("_Contents"), "F1",
N_("Open the GnuCash Help"),
G_CALLBACK (gnc_main_window_cmd_help_contents) },
{ "HelpAboutAction", GNOME_STOCK_ABOUT, N_("_About"), NULL,

View File

@ -172,7 +172,7 @@ static GtkActionEntry gnc_plugin_page_account_tree_actions [] = {
G_CALLBACK (gnc_plugin_page_account_tree_cmd_view_options) },
/* Actions menu */
{ "ActionsReconcileAction", NULL, N_("_Reconcile..."), "<control>r",
{ "ActionsReconcileAction", NULL, N_("_Reconcile..."), NULL,
N_("Reconcile the selected account"),
G_CALLBACK (gnc_plugin_page_account_tree_cmd_reconcile) },
{ "ActionsTransferAction", NULL, N_("_Transfer..."), "<control>t",

View File

@ -152,7 +152,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
{
/* File menu */
{ "FilePrintAction", GTK_STOCK_PRINT, N_("_Print Check..."), NULL, NULL,
{ "FilePrintAction", GTK_STOCK_PRINT, N_("_Print Check..."), "<control>p", NULL,
G_CALLBACK (gnc_plugin_page_register_cmd_print_check) },
/* Edit menu */
@ -212,7 +212,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
{ "ActionsTransferAction", GTK_STOCK_MISSING_IMAGE, N_("_Transfer..."), "<control>t",
N_("Transfer funds from one account to another"),
G_CALLBACK (gnc_plugin_page_register_cmd_transfer) },
{ "ActionsReconcileAction", NULL, N_("_Reconcile..."), "<control>r",
{ "ActionsReconcileAction", NULL, N_("_Reconcile..."), NULL,
N_("Reconcile the selected account"),
G_CALLBACK (gnc_plugin_page_register_cmd_reconcile) },
{ "ActionsStockSplitAction", NULL, N_("Stoc_k Split..."), NULL,

View File

@ -820,7 +820,7 @@ gnc_plugin_page_report_destroy(GncPluginPageReportPrivate * priv)
static GtkActionEntry report_actions[] =
{
{ "FilePrintAction", GTK_STOCK_PRINT, N_("Print Report..."), NULL, NULL,
{ "FilePrintAction", GTK_STOCK_PRINT, N_("Print Report..."), "<control>p", NULL,
G_CALLBACK(gnc_plugin_page_report_print_cb) },
{ "ReportSaveAction", GTK_STOCK_SAVE, N_("Save Report"), NULL,
N_("Save the current report for later use in "