]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/fontdlg.cpp
Added wxSearchCtrl to list of currently non-native wxGTK controls.
[wxWidgets.git] / src / os2 / fontdlg.cpp
index 1024e1b98e2af9825e3975d31c483d3f7a9c5b2f..fe9cc27b1559d07a885d21ecc1b285d2708de717 100644 (file)
     #include "wx/utils.h"
     #include "wx/dialog.h"
     #include "wx/math.h"
-    #include "wx/cmndata.h"
 #endif
 
 #include "wx/fontutil.h"
+#include "wx/testing.h"
 
 #define INCL_PM
 #include <os2.h>
@@ -37,6 +37,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
 
 int wxFontDialog::ShowModal()
 {
+    WX_TESTING_SHOW_MODAL_HOOK();
+
     FONTDLG      vFontDlg;
     char         zCurrentFont[FACESIZE];
     HWND         hWndFontDlg;