X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94129723b995cb7e48094f602f5ba52b346f6855..d1b15f03b8e614c83541ca3487f847f61122b514:/src/gtk1/settings.cpp diff --git a/src/gtk1/settings.cpp b/src/gtk1/settings.cpp index 8ee443f68b..61810194c3 100644 --- a/src/gtk1/settings.cpp +++ b/src/gtk1/settings.cpp @@ -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; }