// 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
/////////////////////////////////////////////////////////////////////////////
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;
}
}