]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/tabpgwin.h
Use PlatformInfo
[wxWidgets.git] / demos / dbbrowse / tabpgwin.h
index c9928ebf85565d3c6af27778b120b722ac56ca2e..da008ddefcd92a7d871523fabc60fe19fb11f243 100644 (file)
@@ -83,7 +83,7 @@ public:
  wxPen  mDarkPen;         // default: RGB(128,128,128)
  wxPen  mBlackPen;        // default: RGB(  0,  0,  0)
 
int    mActiveTab;
size_t mActiveTab;
  int    mTitleHeight;
  int    mLayoutType;
 
@@ -102,7 +102,7 @@ public:
 
  virtual void AddTab( wxWindow*    pContent,           // contained window
                       wxString     tabText,            // tab label
-                      wxString     imageFileName = "", // if "", only text label is displayed
+                      wxString     imageFileName = _T(""), // if "", only text label is displayed
                       wxBitmapType imageType     = wxBITMAP_TYPE_BMP );
 
  // NOTE:: if this AddTab(..) overload is called, the