]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/settings.cpp
Yet another one.
[wxWidgets.git] / src / gtk1 / settings.cpp
index 87e05bdc5e31502e9b0df260456d7ee15304919c..2b774f2a8b4419b00c005d3514b70543b0beb2af 100644 (file)
@@ -190,7 +190,7 @@ int wxSystemSettings::GetSystemMetric( int index )
         case wxSYS_VSCROLL_X:  return 15;
     }
     
-    wxCHECK_MSG( index, 0, "wxSystemSettings::GetSystemMetric not fully implemented" );
+    wxCHECK_MSG( index, 0, _T("wxSystemSettings::GetSystemMetric not fully implemented") );
     
     return 0;
 }