]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 30 Dec 2006 21:46:22 +0000 (21:46 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 30 Dec 2006 21:46:22 +0000 (21:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/platinfo.cpp

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