]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mdi/mdi.cpp
uncommented some code which works now
[wxWidgets.git] / samples / mdi / mdi.cpp
index 6409aa52f0e2a2ffe7075dfce241485a69378a7a..4dbb0c058bdaa46847c34c6a8a76fac721847ad0 100644 (file)
@@ -57,7 +57,7 @@ bool MyApp::OnInit(void)
   frame = new MyFrame((wxFrame *) NULL, -1, (char *) "MDI Demo", wxPoint(-1, -1), wxSize(500, 400),
    wxDEFAULT_FRAME | wxHSCROLL | wxVSCROLL);
 
-  // Give it an icon (this is ignored in MDI mode: uses resources)
+  // Give it an icon
 #ifdef __WXMSW__
   frame->SetIcon(wxIcon("mdi_icn"));
 #else