diff --git a/ChangeLog b/ChangeLog index 4c8e1ecf44..eb11724c2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-11-25 David Hampton + + * 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 * src/report/report-gnome/report-gnome.scm: diff --git a/src/business/business-gnome/gnc-plugin-page-invoice.c b/src/business/business-gnome/gnc-plugin-page-invoice.c index 519e8cecb6..06332c3cc5 100644 --- a/src/business/business-gnome/gnc-plugin-page-invoice.c +++ b/src/business/business-gnome/gnc-plugin-page-invoice.c @@ -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"), "p", N_("Make a printable invoice"), G_CALLBACK (gnc_plugin_page_invoice_cmd_print) }, diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index d637e3880b..76b0d78160 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -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..."), "p", NULL, NULL }, + { "FilePropertiesAction", GTK_STOCK_PROPERTIES, N_("Proper_ties"), "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, diff --git a/src/gnome/gnc-plugin-page-account-tree.c b/src/gnome/gnc-plugin-page-account-tree.c index 6108f69fd2..3b6ab2dd39 100644 --- a/src/gnome/gnc-plugin-page-account-tree.c +++ b/src/gnome/gnc-plugin-page-account-tree.c @@ -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..."), "r", + { "ActionsReconcileAction", NULL, N_("_Reconcile..."), NULL, N_("Reconcile the selected account"), G_CALLBACK (gnc_plugin_page_account_tree_cmd_reconcile) }, { "ActionsTransferAction", NULL, N_("_Transfer..."), "t", diff --git a/src/gnome/gnc-plugin-page-register.c b/src/gnome/gnc-plugin-page-register.c index b0331ac779..7caaf0d21d 100644 --- a/src/gnome/gnc-plugin-page-register.c +++ b/src/gnome/gnc-plugin-page-register.c @@ -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..."), "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..."), "t", N_("Transfer funds from one account to another"), G_CALLBACK (gnc_plugin_page_register_cmd_transfer) }, - { "ActionsReconcileAction", NULL, N_("_Reconcile..."), "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, diff --git a/src/report/report-gnome/gnc-plugin-page-report.c b/src/report/report-gnome/gnc-plugin-page-report.c index d2f60f3f04..a94adbbe37 100644 --- a/src/report/report-gnome/gnc-plugin-page-report.c +++ b/src/report/report-gnome/gnc-plugin-page-report.c @@ -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..."), "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 "