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
This commit is contained in:
Stefan Neis 2006-12-30 21:46:22 +00:00
parent 8e287ae93f
commit 7528971e6b

View File

@ -62,6 +62,9 @@ static const wxChar* const wxOperatingSystemIdNames[] =
_T("AIX"),
_T("HPUX"),
_T("Other Unix"),
_T("Other Unix"),
_T("DOS"),
_T("OS/2")
};