]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/isosurf.cpp
move m_sizeSet out of wxWindow
[wxWidgets.git] / samples / opengl / isosurf / isosurf.cpp
index f602caeeb48fc2b67670a064e2415ff4442b2fa7..00ab92808d50bf800c3581e2b95af945a62553d8 100644 (file)
@@ -255,9 +255,6 @@ bool MyApp::OnInit()
     frame = new MyFrame(NULL, wxT("wxWidgets OpenGL Isosurf Sample"),
         wxDefaultPosition, wxDefaultSize);
 
-    // Give it an icon
-    frame->SetIcon(wxIcon(_T("mondrian")));
-
     // Make a menubar
     wxMenu *fileMenu = new wxMenu;
 
@@ -315,7 +312,7 @@ MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos,
     : wxFrame(frame, wxID_ANY, title, pos, size, style)
 {
     m_canvas = NULL;
-    SetIcon(wxIcon(sample_xpm));
+    SetIcon(wxICON(sample));
 }
 
 MyFrame::~MyFrame()