X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad1b0610dcf7fb2d66ebdcf90dbc67c144cfab62..44893b87abdc8df271363b08a5d1b57cf7e4e04c:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 28abf293c4..b2a576c858 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -58,7 +58,8 @@ enum { wxCONFIG_USE_LOCAL_FILE = 1, wxCONFIG_USE_GLOBAL_FILE = 2, - wxCONFIG_USE_RELATIVE_PATH = 4 + wxCONFIG_USE_RELATIVE_PATH = 4, + wxCONFIG_USE_NO_ESCAPE_CHARACTERS = 8 }; // ----------------------------------------------------------------------------