]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/button.cpp
compilation fix for !WX_PRECOMP
[wxWidgets.git] / src / msw / button.cpp
index 620c2a74ab16a3f0409cb38d1b613f18eed54b6a..18a3cc42e6102472e75aeef465618d3ea22b3fa4 100644 (file)
@@ -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,