mirror of https://github.com/odrling/Aegisub
Set wxUSE_CHOICEDLG to 1, I don't know why this is required I'll look at it later.
Originally committed to SVN as r3516.
This commit is contained in:
parent
d348b4e33e
commit
d455a61732
|
@ -43,6 +43,9 @@
|
|||
#ifndef AGI_PRE
|
||||
#include <map>
|
||||
|
||||
/// Force wx to use Choice Dialogue
|
||||
/// @todo Find out why this is needed.
|
||||
#define wxUSE_CHOICEDLG 1
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/dir.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue