git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17170
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_text->SetFont(wxFont(14, wxSWISS, wxNORMAL, wxNORMAL));
#endif
m_text->SetFont(wxFont(14, wxSWISS, wxNORMAL, wxNORMAL));
#endif
//
// The only way to get icons into an OS/2 static bitmap control
//
//
// The only way to get icons into an OS/2 static bitmap control
//
- vBitmap.SetId(wxICON_TIP); // OS/2 specific bitmap method--OS/2 wxBitmaps all have an ID.
- // and for StatBmp's under OS/2 it MUST be a valid resource ID.
-
- wxStaticBitmap* bmp = new wxStaticBitmap(this, -1, vBitmap);
-
-#else
+// vBitmap.SetId(wxICON_TIP); // OS/2 specific bitmap method--OS/2 wxBitmaps all have an ID.
+// // and for StatBmp's under OS/2 it MUST be a valid resource ID.
+//
+// wxStaticBitmap* bmp = new wxStaticBitmap(this, -1, vBitmap);
+//
+//#else
wxIcon icon = wxArtProvider::GetIcon(wxART_TIP, wxART_CMN_DIALOG);
wxStaticBitmap *bmp = new wxStaticBitmap(this, -1, icon);
wxIcon icon = wxArtProvider::GetIcon(wxART_TIP, wxART_CMN_DIALOG);
wxStaticBitmap *bmp = new wxStaticBitmap(this, -1, icon);