From 07273ac4398cc618043df7f169d147dacaceac37 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Fri, 18 Jan 2013 00:13:31 -0600 Subject: [PATCH] fix goof-ed preprocessor test --- include/dialog_shim.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/dialog_shim.h b/include/dialog_shim.h index c776a66c95..8cd8025981 100644 --- a/include/dialog_shim.h +++ b/include/dialog_shim.h @@ -28,10 +28,10 @@ #include #include -#if wxMINOR_VERSION == 9 && defined(__WXGTK__) - #define DLGSHIM_USE_SETFOCUS 0 -#else +#if wxMINOR_VERSION == 8 && defined(__WXGTK__) #define DLGSHIM_USE_SETFOCUS 1 +#else + #define DLGSHIM_USE_SETFOCUS 0 #endif