Include macOS 14 name in wxGetOsDescription()
Recognize macOS Sonoma too. Closes #23615.
This commit is contained in:
parent
a801057f1a
commit
db09adf6b5
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ wxString wxGetOsDescription()
|
|||
case 13:
|
||||
osName = "Ventura";
|
||||
break;
|
||||
case 14:
|
||||
osName = "Sonoma";
|
||||
break;
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue