JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments
Apple's desktop operating system was formerly called "Mac OS X" and "OS X", but since 2016 it has been called "macOS" (starting with version 10.12). Changing across all comments and documentation to use this current terminology, except in cases where the historical versions are explicitly referenced. No code changes are made; we should consider changing those in future PRs.
This commit is contained in:
parent
1c52c5de5f
commit
fd129ebc0c
50 changed files with 106 additions and 106 deletions
|
@ -221,7 +221,7 @@ bool EditableWidget::handleKeyDown(Common::KeyState state) {
|
|||
// Let ctrl-a / ctrl-e move the caret to the start / end of the line.
|
||||
//
|
||||
// These shortcuts go back a long time for command line programs. As
|
||||
// for edit fields in GUIs, they are supported natively on Mac OS X,
|
||||
// for edit fields in GUIs, they are supported natively on macOS,
|
||||
// which is why I enabled these shortcuts there.
|
||||
// On other systems (Windows, Gnome), Ctrl-A by default means
|
||||
// "select all", which is why I didn't enable the shortcuts there
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue