X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba88951339bb5ae38d11394b25041b7e019b6883..7712a6a5ff0dd7fc30c8334657e79935d00ca7f5:/src/common/wincmn.cpp diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index d109b28adf..1627e1723e 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -86,7 +86,7 @@ // ---------------------------------------------------------------------------- #if defined(__WXPALMOS__) -int wxWindowBase::ms_lastControlId = 65535; +int wxWindowBase::ms_lastControlId = 32767; #elif defined(__WXPM__) int wxWindowBase::ms_lastControlId = 2000; #else