]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
%s to %ls conversion
[wxWidgets.git] / src / gtk / textctrl.cpp
index 675eafd62e7e331aabd4d87d0b91668273b6adb2..abfebd137571cee148f300d18b3f455cdc6482c4 100644 (file)
@@ -51,7 +51,7 @@ static void wxGtkTextInsert(GtkWidget *text,
                             const char *txt,
                             size_t len)
 {
-#ifndef __WXGTK__
+#ifndef __WXGTK20__
     GdkFont *font = attr.HasFont() ? attr.GetFont().GetInternalFont()
                                    : NULL;