]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider.h
More ribbon compilation fixes for OS X.
[wxWidgets.git] / include / wx / msw / slider.h
index 019bc233da1f017223d002c405c166e3c6859cf9..a692c9905cc7ae9468170d15b9b1506efd8aece7 100644 (file)
@@ -101,7 +101,7 @@ protected:
     void Init();
 
     // format an integer value as string
-    static wxString Format(int n) { return wxString::Format(_T("%d"), n); }
+    static wxString Format(int n) { return wxString::Format(wxT("%d"), n); }
 
     // get the boundig box for the slider and possible labels
     wxRect GetBoundingBox() const;