X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ab5e0e88f962d2eb7b7786d3fa0e2271f444439..a87bf37838e09fb4634a887cc8a6055104b49a01:/src/mgl/settings.cpp?ds=sidebyside diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index 8ad12fc890..76868a7369 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -2,12 +2,12 @@ // 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 ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "settings.h" #endif @@ -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; } }