]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/font/font.cpp
Large image-loading speedup and small attribute-loading speedup
[wxWidgets.git] / samples / font / font.cpp
index e2d4200e57ad5080e9e4958ee2526c4f3dddaaf3..cb036de8b7c21e0bf91f0ed128fce1e49e127961 100644 (file)
@@ -302,7 +302,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
 {
     m_fontSize = wxNORMAL_FONT->GetPointSize();
 
-    SetIcon(wxIcon(sample_xpm));
+    SetIcon(wxICON(sample));
 
     // create a menu bar
     wxMenu *menuFile = new wxMenu;