Recognize macOS 10.15 in wxGetOsDescription()
Closes https://github.com/wxWidgets/wxWidgets/pull/1613
This commit is contained in:
parent
8949f441fd
commit
f867b04571
@ -160,6 +160,9 @@ wxString wxGetOsDescription()
|
||||
case 14:
|
||||
osName = "Mojave";
|
||||
break;
|
||||
case 15:
|
||||
osName = "Catalina";
|
||||
break;
|
||||
};
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user