X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..77c8efc8c37da6d6a5e2e8022d21d1cd7d76371d:/src/common/platinfo.cpp diff --git a/src/common/platinfo.cpp b/src/common/platinfo.cpp index a1baeb1017..2df232b6dc 100644 --- a/src/common/platinfo.cpp +++ b/src/common/platinfo.cpp @@ -6,7 +6,7 @@ // Created: 07.07.2006 (based on wxToolkitInfo) // RCS-ID: $Id$ // Copyright: (c) 2006 Francesco Montorsi -// License: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -67,9 +67,6 @@ static const wxChar* const wxOperatingSystemIdNames[] = wxT("DOS"), wxT("OS/2"), - - wxT("PalmOS"), - wxT("PalmOS(Over Linux)"), }; static const wxChar* const wxPortIdNames[] = @@ -78,14 +75,12 @@ static const wxChar* const wxPortIdNames[] = wxT("wxMSW"), wxT("wxMotif"), wxT("wxGTK"), - wxT("wxMGL"), + wxT("wxDFB"), wxT("wxX11"), wxT("wxOS2"), wxT("wxMac"), wxT("wxCocoa"), wxT("wxWinCE"), - wxT("wxPalmOS"), - wxT("wxDFB") }; static const wxChar* const wxArchitectureNames[] = @@ -192,7 +187,7 @@ void wxPlatformInfo::InitForCurrentPlatform() m_osDesc = wxGetOsDescription(); m_endian = wxIsPlatformLittleEndian() ? wxENDIAN_LITTLE : wxENDIAN_BIG; m_arch = wxIsPlatform64Bit() ? wxARCH_64 : wxARCH_32; - + #ifdef __LINUX__ m_ldi = wxGetLinuxDistributionInfo(); #endif