gnucash master: Update documentation invocation to use gnucash-manual instead of gnucash-help

Geert Janssens gjanssens at code.gnucash.org
Wed Oct 19 09:59:27 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/ed4d2f32 (commit)
	from  https://github.com/Gnucash/gnucash/commit/14a0ea4e (commit)



commit ed4d2f32a089307e7722038796921ba788c07970
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Aug 21 23:17:35 2022 +0200

    Update documentation invocation to use gnucash-manual instead of gnucash-help

diff --git a/gnucash/gnome-utils/gnc-ui.h b/gnucash/gnome-utils/gnc-ui.h
index 1df87cd54..e00c853ff 100644
--- a/gnucash/gnome-utils/gnc-ui.h
+++ b/gnucash/gnome-utils/gnc-ui.h
@@ -41,13 +41,13 @@
 /** Help Files ******************************************************/
 #ifdef G_OS_WIN32
 #    define HF_GUIDE         "gnucash-guide.chm"
-#    define HF_HELP          "gnucash-help.chm"
+#    define HF_HELP          "gnucash-manual.chm"
 #elif defined MAC_INTEGRATION
 #    define HF_GUIDE         "GnuCash Guide"
-#    define HF_HELP          "GnuCash Help"
+#    define HF_HELP          "GnuCash Manual"
 #else
 #    define HF_GUIDE         "gnucash-guide"
-#    define HF_HELP          "gnucash-help"
+#    define HF_HELP          "gnucash-manual"
 #endif
 
 /** Links in the Help Files *****************************************/



Summary of changes:
 gnucash/gnome-utils/gnc-ui.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list