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