Include macOS 10.14 name in wxGetOsDescription()
This commit is contained in:
@@ -140,6 +140,9 @@ wxString wxGetOsDescription()
|
||||
case 13:
|
||||
osName = "High Sierra";
|
||||
break;
|
||||
case 14:
|
||||
osName = "Mojave";
|
||||
break;
|
||||
};
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user