]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/fontdlg.cpp
make sure we are comparing the stripped strings
[wxWidgets.git] / src / gtk / fontdlg.cpp
index b6117da0b0ba4594f9330e3b76f7cc4a71654534..df4b0eae8aaeaf1de1c61989b60876353179256f 100644 (file)
@@ -18,6 +18,8 @@
 
 #if wxUSE_FONTDLG
 
+#ifndef __WXGPE__
+
 #include "wx/fontutil.h"
 #include "wx/fontdlg.h"
 #include "wx/utils.h"
@@ -189,3 +191,5 @@ void wxFontDialog::SetChosenFont(const char *fontname)
 
 #endif // wxUSE_FONTDLG
 
+#endif // GPE
+