]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/settings.cpp
VTK wrapper of vtkRenderWindow for wxPython. Tested on MSW so far.
[wxWidgets.git] / src / gtk / settings.cpp
index 5ff2d5c61aa35bb34ab96fe3c85bc0d658c3d4af..61810194c31a4186f63401ae35652b5d0ba2d339 100644 (file)
@@ -191,7 +191,7 @@ int wxSystemSettings::GetSystemMetric( int index )
         case wxSYS_VSCROLL_X:  return 15;
     }
     
-    wxCHECK_MSG( index, 0, T("wxSystemSettings::GetSystemMetric not fully implemented") );
+    wxCHECK_MSG( index, 0, wxT("wxSystemSettings::GetSystemMetric not fully implemented") );
     
     return 0;
 }