]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
ok, putting it back... not everybody has autoheader
[wxWidgets.git] / include / wx / confbase.h
index cc685631381a1ac0b40320ee3906760ec45e39ad..7e6cfeacf2dfc7406a1bb90a80d785d1ce58b97f 100644 (file)
@@ -56,7 +56,8 @@
 enum
 {
     wxCONFIG_USE_LOCAL_FILE = 1,
-    wxCONFIG_USE_GLOBAL_FILE = 2
+    wxCONFIG_USE_GLOBAL_FILE = 2,
+    wxCONFIG_USE_RELATIVE_PATH = 4
 };
 
 // ----------------------------------------------------------------------------