]> git.saurik.com Git - wxWidgets.git/commitdiff
for file based help we have mac separators
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 28 Jan 2002 21:38:00 +0000 (21:38 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 28 Jan 2002 21:38:00 +0000 (21:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/helphtml.h

index 070fd1ceb4f9703eed496504b50a3292ee83b757..2386ee1c288cc2f12c39a73e2c24dbfe2d81085e 100644 (file)
@@ -21,6 +21,8 @@
 /// Path separator.
 #ifdef __WXMSW__
 #define WXEXTHELP_SEPARATOR _T('\\')
+#elif defined(__WXMAC__)
+#define WXEXTHELP_SEPARATOR _T(':')
 #else
 #define WXEXTHELP_SEPARATOR _T('/')
 #endif