]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
fix for SetValue() losing effect after focus change (patch 1150911)
[wxWidgets.git] / include / wx / stattext.h
index 979152cb16eaa35a79367d5b6ab31bcd9e680fec..ae85c17dadce343d47f004c094e145d3c5e5e217 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxStaticTextNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxStaticTextNameStr;
 
 class WXDLLEXPORT wxStaticTextBase : public wxControl
 {
@@ -34,6 +34,8 @@ private:
     #include "wx/cocoa/stattext.h"
 #elif defined(__WXPM__)
     #include "wx/os2/stattext.h"
+#elif defined(__WXPALMOS__)
+    #include "wx/palmos/stattext.h"
 #endif
 
 #endif // wxUSE_STATTEXT