projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow specifying all wxFlexGridSizer parameters in XRC.
[wxWidgets.git]
/
src
/
common
/
sysopt.cpp
diff --git
a/src/common/sysopt.cpp
b/src/common/sysopt.cpp
index 8b117011d243d5f1748f2dfc64ea07abe8d5619a..4536efb4fbec529e3dbb6e0be9721594c17620f9 100644
(file)
--- a/
src/common/sysopt.cpp
+++ b/
src/common/sysopt.cpp
@@
-101,12
+101,7
@@
wxString wxSystemOptions::GetOption(const wxString& name)
int wxSystemOptions::GetOptionInt(const wxString& name)
{
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));
return wxAtoi (GetOption(name));
-#endif
}
bool wxSystemOptions::HasOption(const wxString& name)
}
bool wxSystemOptions::HasOption(const wxString& name)