Skip to content

Commit a8c8840

Browse files
committed
Make the case of the Mac help directories the same as in the Bundle.
Using the preferred camel-case rendering.
1 parent 3eab36e commit a8c8840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnucash/gnome-utils/gnc-ui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
# define HF_GUIDE "gnucash-guide.chm"
4444
# define HF_HELP "gnucash-help.chm"
4545
#elif defined MAC_INTEGRATION
46-
# define HF_GUIDE "Gnucash Guide"
47-
# define HF_HELP "Gnucash Help"
46+
# define HF_GUIDE "GnuCash Guide"
47+
# define HF_HELP "GnuCash Help"
4848
#else
4949
# define HF_GUIDE "gnucash-guide"
5050
# define HF_HELP "gnucash-help"

0 commit comments

Comments
 (0)