X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da7b3583d88236a8601bda8f2eb418f49b569fa7..4ca9b362cd539ab0c3d38a027e889d3b48168578:/src/gtk1/settings.cpp diff --git a/src/gtk1/settings.cpp b/src/gtk1/settings.cpp index 87e05bdc5e..2b774f2a8b 100644 --- a/src/gtk1/settings.cpp +++ b/src/gtk1/settings.cpp @@ -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; }