// Author: Julian Smart
// Modified by:
// Created: 2001-07-10
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
val = gs_optionValues[idx];
}
- else // not set explicitely
+ else // not set explicitly
{
// look in the environment: first for a variable named "wx_appname_name"
// which can be set to affect the behaviour or just this application
int wxSystemOptions::GetOptionInt(const wxString& name)
{
-#ifdef _PACC_VER
- // work around the PalmOS pacc compiler bug
- return wxAtoi (GetOption(name).data());
-#else
return wxAtoi (GetOption(name));
-#endif
}
bool wxSystemOptions::HasOption(const wxString& name)