From: Stefan Neis Date: Sat, 30 Dec 2006 21:46:22 +0000 (+0000) Subject: Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7528971e6bd0745f2e9f2234fc8e63235f0dba3a?ds=sidebyside Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/platinfo.cpp b/src/common/platinfo.cpp index 1d8d99e22f..9bf0d9c69e 100644 --- a/src/common/platinfo.cpp +++ b/src/common/platinfo.cpp @@ -62,6 +62,9 @@ static const wxChar* const wxOperatingSystemIdNames[] = _T("AIX"), _T("HPUX"), + _T("Other Unix"), + _T("Other Unix"), + _T("DOS"), _T("OS/2") };