]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aboutdlg.h
Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible().
[wxWidgets.git] / include / wx / aboutdlg.h
index 9c5a12ee0302e6d435315f5c5d0c57bd299f4f8d..edcf6fd105ded3a1a4dc56a623560200f516377a 100644 (file)
@@ -69,7 +69,7 @@ public:
 
     // icon to be shown in the dialog, defaults to the main frame icon
     void SetIcon(const wxIcon& icon) { m_icon = icon; }
-    bool HasIcon() const { return m_icon.Ok(); }
+    bool HasIcon() const { return m_icon.IsOk(); }
     wxIcon GetIcon() const;
 
     // web site for the program and its description (defaults to URL itself if