Include macOS 10.13 name in wxGetOsDescription()

This commit is contained in:
Tobias Taschner 2017-06-06 10:46:13 +02:00 committed by Vadim Zeitlin
parent 42964879bc
commit 3aaa2bae6e

View File

@ -136,6 +136,9 @@ wxString wxGetOsDescription()
case 12:
osName = "Sierra";
break;
case 13:
osName = "High Sierra";
break;
};
}
#else