]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/scrolbar.cpp
1. wxFontMapper starts to materialise
[wxWidgets.git] / src / msw / scrolbar.cpp
index 614a0cf64026598a85ba69261b3de4b016b29c63..955d42de97ddd91cf5c3b22ddcc0c39ed284c709 100644 (file)
@@ -84,7 +84,7 @@ bool wxScrollBar::Create(wxWindow *parent, wxWindowID id,
     // Now create scrollbar
     DWORD _direction = (style & wxHORIZONTAL) ?
                         SBS_HORZ: SBS_VERT;
-    HWND scroll_bar = CreateWindowEx(MakeExtendedStyle(style), _T("SCROLLBAR"), _T("scrollbar"),
+    HWND scroll_bar = CreateWindowEx(MakeExtendedStyle(style), wxT("SCROLLBAR"), wxT("scrollbar"),
                          _direction | WS_CHILD | WS_VISIBLE,
                          0, 0, 0, 0, (HWND) parent->GetHWND(), (HMENU)m_windowId,
                          wxGetInstance(), NULL);