Reuse common sample resources. Remove unused files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-20 14:55:38 +00:00
parent e83844692e
commit 1226b3b335
10 changed files with 299 additions and 69 deletions

View File

@@ -35,7 +35,10 @@
#include "wx/sstream.h"
#include "wx/html/htmlwin.h"
#include "bitmaps/sample.xpm"
#ifndef __WXMSW__
#include "../sample.xpm"
#endif
#include "bitmaps/smiley.xpm"
// #include "bitmaps/idea.xpm"
#include "bitmaps/zebra.xpm"
@@ -384,7 +387,7 @@ MyFrame::MyFrame(const wxString& title, wxWindowID id, const wxPoint& pos,
: wxFrame(NULL, id, title, pos, size, style)
{
// set the frame icon
SetIcon(sample_xpm);
SetIcon(wxICON(sample));
// create a menu bar
wxMenu *fileMenu = new wxMenu;