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