gnucash master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Sun May 31 13:41:06 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/3e3fc72f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/76015bd0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2522f08d (commit)
	from  https://github.com/Gnucash/gnucash/commit/aac4332f (commit)



commit 3e3fc72fc76584654a3112b3a43d3556afc11d21
Merge: aac4332f4 76015bd0b
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun May 31 19:21:45 2020 +0200

    Merge branch 'maint'


commit 76015bd0b6f74290a8a10874b0409d24b449d6e5
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat May 30 18:17:14 2020 +0200

    Update description of gnc_gnome_help and gnc_launch_assoc

diff --git a/gnucash/gnome-utils/gnc-gnome-utils.h b/gnucash/gnome-utils/gnc-gnome-utils.h
index e4a1dd636..e1cd9422d 100644
--- a/gnucash/gnome-utils/gnc-gnome-utils.h
+++ b/gnucash/gnome-utils/gnc-gnome-utils.h
@@ -43,20 +43,18 @@
  */
 void gnc_add_css_file (void);
 
-/** Launch the default gnome help browser and open to a given link
- *  within a given file.  This routine will display an error message
+/** Launch the systems default help browser, gnome's yelp for linux,
+ *  and open to a given link within a given file.
+ *  This routine will display an error message
  *  if it can't find the help file or can't open the help browser.
  *
  *  @param file_name The name of the help file.
  *
- *  @param anchor The anchor the help browser should scroll to..
- *
- *  @return the full path name of the file, or NULL of the file can't
- *  be found.
+ *  @param anchor The anchor the help browser should scroll to.
  */
 void gnc_gnome_help (const char *file_name,
                      const char *anchor);
-/** Launch the default gnome browser and open the provided URI.
+/** Launch the default browser and open the provided URI.
  */
 void gnc_launch_assoc (GtkWindow *parent, const char *uri);
 

commit 2522f08d0ca5bf1e26e6efe6e77bd0d4fe81c785
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun May 10 03:41:05 2020 +0200

    HIG, I18N: Improve Budget menu entries and tooltips

diff --git a/gnucash/gnome/gnc-plugin-page-budget.c b/gnucash/gnome/gnc-plugin-page-budget.c
index 90d7f20a1..a123e963c 100644
--- a/gnucash/gnome/gnc-plugin-page-budget.c
+++ b/gnucash/gnome/gnc-plugin-page-budget.c
@@ -144,8 +144,8 @@ static GtkActionEntry gnc_plugin_page_budget_actions [] =
 
     /* Edit menu */
     {
-        "DeleteBudgetAction", GNC_ICON_DELETE_BUDGET, N_("_Delete Budget"),
-        NULL, N_("Delete this budget."),
+        "DeleteBudgetAction", GNC_ICON_DELETE_BUDGET, N_("_Delete Budget..."),
+        NULL, N_("Select this or another budget and delete it."),
         G_CALLBACK(gnc_plugin_page_budget_cmd_delete_budget)
     },
     {



Summary of changes:
 gnucash/gnome-utils/gnc-gnome-utils.h  | 12 +++++-------
 gnucash/gnome/gnc-plugin-page-budget.c |  4 ++--
 2 files changed, 7 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list