X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f9db74e9852ca3f4bfe9a13c6dd4ca5f6714946..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/gtk/mdi.h?ds=inline diff --git a/include/wx/gtk/mdi.h b/include/wx/gtk/mdi.h index 3dd4ca6530..5dd2ae1762 100644 --- a/include/wx/gtk/mdi.h +++ b/include/wx/gtk/mdi.h @@ -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 );