Make the case of the Mac help directories the same as in the Bundle.

Using the preferred camel-case rendering.
This commit is contained in:
John Ralls 2018-10-04 14:05:49 -07:00
parent 3eab36e832
commit a8c884016e

View File

@ -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"