diff --git a/src/common/prntbase.cpp b/src/common/prntbase.cpp index fcab021603..8ab0c0d002 100644 --- a/src/common/prntbase.cpp +++ b/src/common/prntbase.cpp @@ -1271,7 +1271,7 @@ wxFrame(parent, wxID_ANY, title, pos, size, style, name) #ifdef __WXMSW__ wxFrame* topFrame = wxDynamicCast(wxTheApp->GetTopWindow(), wxFrame); if (topFrame) - SetIcon(topFrame->GetIcon()); + SetIcons(topFrame->GetIcons()); #endif }