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