don't reference non-existent doc.xmb file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-01-27 12:42:28 +00:00
parent c3c11581dc
commit 561d687c49

View File

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