mirror of https://github.com/odrling/Aegisub
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:
parent
6694baf3f0
commit
4d8adff9d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue