]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
do take the toolbar into account for Windows CE, otherwise the menus overlap with...
[wxWidgets.git] / src / msw / tbar95.cpp
index d782709dd225f66c6fd801265ea2ddfd6b030365..ab987ad5a3ada3913228200f0a90aa9b2dee17a0 100644 (file)
@@ -240,6 +240,8 @@ bool wxToolBar::Create(wxWindow *parent,
     if ( !MSWCreateToolbar(pos, size) )
         return FALSE;
 
+    wxSetCCUnicodeFormat(GetHwnd());
+
     // set up the colors and fonts
     SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_MENUBAR));
     SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));