]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splitter/test.cpp
Removed remaining file.
[wxWidgets.git] / samples / splitter / test.cpp
index 4d749c959b6a259d83b983d59560ca4aa9fe4540..a32d2f0a12ed0c3a7bd1df2481a3461c61a459f6 100644 (file)
@@ -87,7 +87,7 @@ IMPLEMENT_APP(MyApp)
 
 bool MyApp::OnInit(void)
 {
-       MyFrame* frame = new MyFrame(NULL, "wxSplitterWindow Example", wxPoint(50, 50), wxSize(400, 300));
+       MyFrame* frame = new MyFrame((wxFrame *) NULL, (char *) "wxSplitterWindow Example", wxPoint(50, 50), wxSize(400, 300));
 
        // Show the frame
        frame->Show(TRUE);
@@ -116,9 +116,6 @@ MyFrame::MyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos, cons
 #ifdef __WXMSW__
        SetIcon(wxIcon("mondrian"));
 #endif
-#ifdef __X__
-       SetIcon(wxIcon("aiai.xbm"));
-#endif
 
        CreateStatusBar(1);