X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ab5e0e88f962d2eb7b7786d3fa0e2271f444439..e7300ec6d9ebbd1cfa2fcf12c0ce6e5aee85a152:/src/mgl/settings.cpp diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index 8ad12fc890..355db0d4f6 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -2,7 +2,7 @@ // Name: settings.h // Author: Vaclav Slavik, Robert Roebling // Id: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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; } }