X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b713f8919c649822292f04bb7095291585d96550..9cc62fc819e1b2b01af9732a3ad218aeec13e4d4:/src/common/config.cpp diff --git a/src/common/config.cpp b/src/common/config.cpp index 3248e1e59a..a0c3a75738 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -91,6 +91,8 @@ wxConfigBase *wxConfigBase::Create() ms_pConfig = #if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE new wxRegConfig(wxTheApp->GetAppName(), wxTheApp->GetVendorName()); + #elif defined(__WXPALMOS__) && wxUSE_CONFIG_NATIVE + new wxPrefConfig(wxTheApp->GetAppName()); #else // either we're under Unix or wish to use files even under Windows new wxFileConfig(wxTheApp->GetAppName()); #endif