Include macOS 11 name in wxGetOsDescription() (#1918)
This commit is contained in:
@@ -108,6 +108,15 @@ wxString wxGetOsDescription()
|
||||
break;
|
||||
};
|
||||
}
|
||||
else if (majorVer > 10)
|
||||
{
|
||||
switch (majorVer)
|
||||
{
|
||||
case 11:
|
||||
osName = "Big Sur";
|
||||
break;
|
||||
}
|
||||
}
|
||||
#else
|
||||
wxString osBrand = "iOS";
|
||||
wxString osName;
|
||||
|
Reference in New Issue
Block a user