mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
desktop: Use Apple OS X branding instead of Mac OS X
This commit is contained in:
parent
ecee9bdc11
commit
cae02303a9
@ -136,7 +136,7 @@ std::string os_version()
|
||||
const std::string& ver = read_pipe_line(p);
|
||||
|
||||
if(!ver.empty()) {
|
||||
return "Mac OS X " + ver;
|
||||
return "Apple OS X " + ver;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user