]> git.saurik.com Git - wxWidgets.git/commitdiff
more Unicode fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 20 Aug 2003 09:01:57 +0000 (09:01 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 20 Aug 2003 09:01:57 +0000 (09:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/x11/glcanvas.h

index e6aa775e094cf39bcba2c0b140dba8a7dcc50a9c..8a409f79e4bf5d6071485aff2cacf753d65fb34f 100644 (file)
@@ -100,21 +100,21 @@ public:
     wxGLCanvas( wxWindow *parent, wxWindowID id = -1, 
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = "GLCanvas"
+        long style = 0, const wxString& name = wxT("GLCanvas")
         int *attribList = (int*) NULL, 
         const wxPalette& palette = wxNullPalette );
     wxGLCanvas( wxWindow *parent, const wxGLContext *shared = (wxGLContext *)NULL,
         wxWindowID id = -1, 
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = "GLCanvas"
+        long style = 0, const wxString& name = wxT("GLCanvas")
         int *attribList = (int*) NULL, 
         const wxPalette& palette = wxNullPalette );
     wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared = (wxGLCanvas *)NULL,
         wxWindowID id = -1, 
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = "GLCanvas"
+        long style = 0, const wxString& name = wxT("GLCanvas")
         int *attribList = (int*) NULL, 
         const wxPalette& palette = wxNullPalette );
     
@@ -124,7 +124,7 @@ public:
         wxWindowID id = -1, 
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = "GLCanvas"
+        long style = 0, const wxString& name = wxT("GLCanvas")
         int *attribList = (int*) NULL,
         const wxPalette& palette = wxNullPalette );