Use already included XPM icon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-05-30 16:17:48 +00:00
parent 160f1d38e6
commit c5cd3351af

View File

@@ -132,7 +132,7 @@ bool csApp::OnInit(void)
wxDEFAULT_FRAME_STYLE_NO_CLIP | wxHSCROLL | wxVSCROLL); wxDEFAULT_FRAME_STYLE_NO_CLIP | wxHSCROLL | wxVSCROLL);
// Give it an icon // Give it an icon
frame->SetIcon(wxICON(studio)); frame->SetIcon(wxIcon(studio_xpm));
// Make a menubar // Make a menubar
wxMenu *fileMenu = new wxMenu; wxMenu *fileMenu = new wxMenu;