Include macOS 12 name in wxGetOsDescription()

This commit is contained in:
Tobias Taschner
2021-11-05 11:19:06 +01:00
parent 9cc0c9a082
commit 2c6651ef12

View File

@@ -115,6 +115,9 @@ wxString wxGetOsDescription()
case 11: case 11:
osName = "Big Sur"; osName = "Big Sur";
break; break;
case 12:
osName = "Monterey";
break;
} }
} }
#else #else