]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/colour.h
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our...
[wxWidgets.git] / include / wx / motif / colour.h
index 522d7345c0807f472e87bf8b5ff44e5b940eaba0..9c8bb43a4275db193796b9e5c1a7bd121a870f9b 100644 (file)
@@ -36,7 +36,7 @@ public:
 
 
     // accessors
 
 
     // accessors
-    bool Ok() const {return m_isInit; }
+    bool IsOk() const {return m_isInit; }
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }
     unsigned char Blue() const { return m_blue; }
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }
     unsigned char Blue() const { return m_blue; }