]> 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 20c0db5d2ece13f31a8d39f829f34c8cac536d1f..8a22895fc148998b38b22c728366d0d5707c20bd 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:       wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "typetest.h"
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -889,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;