]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Grammtical correction in commented out documentation, but fixed anyway as the comment...
[wxWidgets.git] / include / wx / textctrl.h
index e93198c307f0e8ac482a53cd56c0ca6938965cb9..65db16b78da060cab872cc6ec718b749b47729ac 100644 (file)
@@ -399,6 +399,8 @@ protected:
     #include "wx/x11/textctrl.h"
 #elif defined(__WXUNIVERSAL__)
     #include "wx/univ/textctrl.h"
+#elif defined(__SMARTPHONE__)
+    #include "wx/msw/wince/textctrlce.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/textctrl.h"
 #elif defined(__WXMOTIF__)