X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f9db74e9852ca3f4bfe9a13c6dd4ca5f6714946..94c162795e6ebff164bcfc7bb9aa0138dd83b194:/include/wx/gtk1/mdi.h?ds=inline 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 );