From d455a61732269f74afcbffdb0a130937a87088f6 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 10 Sep 2009 13:43:31 +0000 Subject: [PATCH] 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. --- aegisub/src/ffmpegsource_common.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aegisub/src/ffmpegsource_common.cpp b/aegisub/src/ffmpegsource_common.cpp index 60eb1d4fd..6f19e463c 100644 --- a/aegisub/src/ffmpegsource_common.cpp +++ b/aegisub/src/ffmpegsource_common.cpp @@ -43,6 +43,9 @@ #ifndef AGI_PRE #include +/// Force wx to use Choice Dialogue +/// @todo Find out why this is needed. +#define wxUSE_CHOICEDLG 1 #include #include #endif