- 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