]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/settings.cpp
Corrected small mistake (set static variable)
[wxWidgets.git] / src / gtk1 / settings.cpp
index 8ee443f68b34f9f618bb77ea62fe60a882b49aa8..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;
 }