No sashtest.xbm to be found.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-04-07 17:35:22 +00:00
parent 02a48e3b0a
commit 1ca61fa7a7

View File

@ -51,9 +51,6 @@ bool MyApp::OnInit(void)
#ifdef __WXMSW__
frame->SetIcon(wxIcon(_T("sashtest_icn")));
#endif
#ifdef __X__
frame->SetIcon(wxIcon(_T("sashtest.xbm")));
#endif
// Make a menubar
wxMenu *file_menu = new wxMenu;