- MyFrame *frame = new MyFrame ("wxWindows Skeleton", wxPoint(20,20), wxSize(600,450));
+ m_image = wxImage("kclub.bmp", wxBITMAP_TYPE_BMP);
+ if ( !m_image.Ok() )
+ {
+ wxLogError("Can't load the test image, please copy it to the "
+ "program directory");
+ return FALSE;
+ }
+
+ MyFrame *frame = new MyFrame ("wxWindows rotate sample",
+ wxPoint(20,20), wxSize(600,450));