Include macOS 10.14 name in wxGetOsDescription()

This commit is contained in:
Tobias Taschner
2018-06-18 10:54:45 +02:00
committed by VZ
parent e13904308f
commit 778bccbf12

View File

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