X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ab5e0e88f962d2eb7b7786d3fa0e2271f444439..63f8abca79edfcf92641b21b0a16687ac84d152b:/src/mgl/settings.cpp diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index 8ad12fc890..d3b4828427 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -95,7 +95,7 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index) return 15; break; default: - wxCHECK_MSG(index, 0, wxT("wxSystemSettings::GetSystemMetric not fully implemented")); + wxCHECK_MSG(index, 0, wxT("wxSystemSettings::GetMetric not fully implemented")); return 0; } }