Build wx with wxStandardPaths enabled

It's still needed to get the path to the executable when restarting to
switch UI languages.
This commit is contained in:
Thomas Goyne 2013-10-08 07:33:01 -07:00
parent 6694baf3f0
commit 4d8adff9d6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define wxUSE_FILE 1
#define wxUSE_FFILE 1
#define wxUSE_FSVOLUME 0
#define wxUSE_STDPATHS 0
#define wxUSE_STDPATHS 1
#define wxUSE_TEXTBUFFER 1
#define wxUSE_TEXTFILE 1
#define wxUSE_INTL 1