// Purpose: wxSystemSettings implementation
// Author: Vaclav Slavik
// Created: 2006-08-08
-// RCS-ID: $Id$
// Copyright: (c) 2006 REA Elektronik GmbH
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
return val;
default:
- wxFAIL_MSG( "unsupported metric" );
return -1;
}
}