X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6614aa496dacac674623a676d8da586d4544953e..b774c69893f6c93061d59809e0cf61bb5265faa9:/src/msw/notebook.cpp diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index bfc98f9e01..893dd211eb 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -293,7 +293,11 @@ bool wxNotebook::Create(wxWindow *parent, } #endif //wxUSE_UXTHEME +#if defined(__WINE__) && wxUSE_UNICODE + LPCTSTR className = L"SysTabControl32"; +#else LPCTSTR className = WC_TABCONTROL; +#endif #if USE_NOTEBOOK_ANTIFLICKER // SysTabCtl32 class has natively CS_HREDRAW and CS_VREDRAW enabled and it