X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..3175fc12b4b386754be7b9c1db13fcbc435e67da:/include/wx/msw/slider.h?ds=sidebyside diff --git a/include/wx/msw/slider.h b/include/wx/msw/slider.h index 019bc233da..a692c9905c 100644 --- a/include/wx/msw/slider.h +++ b/include/wx/msw/slider.h @@ -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;