Browse Source

fix goof-ed preprocessor test

pull/1/head
Dick Hollenbeck 13 years ago
parent
commit
07273ac439
  1. 6
      include/dialog_shim.h

6
include/dialog_shim.h

@ -28,10 +28,10 @@
#include <wx/dialog.h>
#include <hashtables.h>
#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

Loading…
Cancel
Save