desktop: Use Apple OS X branding instead of Mac OS X
This commit is contained in:
parent
ecee9bdc11
commit
cae02303a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue