From a8c884016e1b313863cc554dca3babd63c784b17 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 4 Oct 2018 14:05:49 -0700 Subject: [PATCH] Make the case of the Mac help directories the same as in the Bundle. Using the preferred camel-case rendering. --- gnucash/gnome-utils/gnc-ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnucash/gnome-utils/gnc-ui.h b/gnucash/gnome-utils/gnc-ui.h index f817970353..359051a5e3 100644 --- a/gnucash/gnome-utils/gnc-ui.h +++ b/gnucash/gnome-utils/gnc-ui.h @@ -43,8 +43,8 @@ # define HF_GUIDE "gnucash-guide.chm" # define HF_HELP "gnucash-help.chm" #elif defined MAC_INTEGRATION -# define HF_GUIDE "Gnucash Guide" -# define HF_HELP "Gnucash Help" +# define HF_GUIDE "GnuCash Guide" +# define HF_HELP "GnuCash Help" #else # define HF_GUIDE "gnucash-guide" # define HF_HELP "gnucash-help"