]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/mdi.h
fixed outdated filenames
[wxWidgets.git] / include / wx / gtk / mdi.h
index 3dd4ca65303d3f93f039142f354d7465a4a3c104..5dd2ae17626a0c7853394daa37f0aeb384b2274e 100644 (file)
@@ -161,7 +161,8 @@ public:
 #endif
 
     // no icon
-    void SetIcon( const wxIcon &icon ) { m_icon = icon; }
+    void SetIcon( const wxIcon &icon ) { m_icons = wxIconBundle( icon ); }
+    void SetIcons( const wxIconBundle &icons ) { m_icons = icons; }
 
     // no title
     void SetTitle( const wxString &title );