]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/settings.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / os2 / settings.h
index d3f75e040408b42ae138bb3d0e947f97eb2e1aa3..c9dfaabd02ce5f08f9fd501658dd1a7e3711a045 100644 (file)
@@ -24,7 +24,7 @@ public:
     static wxColour    GetSystemColour(int index);
     static wxFont      GetSystemFont(int index);
     static int         GetSystemMetric(int index);
-    static bool        HasFrameDecorations() { return TRUE; }
+    static bool        GetCapability(int index);
 }; // end of CLASS wxSystemSettings
 
 #endif