X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f9db74e9852ca3f4bfe9a13c6dd4ca5f6714946..9398120d298d745763f253d87d774be3b134b43f:/include/wx/gtk1/mdi.h diff --git a/include/wx/gtk1/mdi.h b/include/wx/gtk1/mdi.h index 3dd4ca6530..5dd2ae1762 100644 --- a/include/wx/gtk1/mdi.h +++ b/include/wx/gtk1/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 );