Include macOS 10.13 name in wxGetOsDescription()
This commit is contained in:
parent
42964879bc
commit
3aaa2bae6e
@ -136,6 +136,9 @@ wxString wxGetOsDescription()
|
||||
case 12:
|
||||
osName = "Sierra";
|
||||
break;
|
||||
case 13:
|
||||
osName = "High Sierra";
|
||||
break;
|
||||
};
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user