]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.cpp
allow adjusting the combo button size (patch 1489452)
[wxWidgets.git] / samples / typetest / typetest.cpp
index 38f1356d7962109b5d523a98dc19b7549ed2c16b..8a22895fc148998b38b22c728366d0d5707c20bd 100644 (file)
@@ -885,7 +885,7 @@ void MyApp::DoUnicodeDemo(wxCommandEvent& WXUNUSED(event))
     textCtrl << _T("\nTest wchar_t to char (Unicode to ANSI/Multibyte) converions:");
 
     wxString str;
-    str = _T("Robert Rรถbling\n");
+    str = _T("Robert R\366bling\n");
 
     printf( "\n\nConversion with wxConvLocal:\n" );
     wxConvCurrent = &wxConvLocal;