X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..a6aa9b1ee8aaecdf0ca4618c2e6cccfb011f4599:/src/msw/button.cpp

diff --git a/src/msw/button.cpp b/src/msw/button.cpp
index 241f90a07e..18a3cc42e6 100644
--- a/src/msw/button.cpp
+++ b/src/msw/button.cpp
@@ -81,7 +81,7 @@ bool wxButton::Create(wxWindow *parent,
     m_hWnd = (WXHWND)CreateWindowEx
                      (
                       MakeExtendedStyle(m_windowStyle),
-                      T("BUTTON"),
+                      wxT("BUTTON"),
                       label,
                       WS_VISIBLE | WS_TABSTOP | WS_CHILD,
                       0, 0, 0, 0,