aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.cpp
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-02-10 13:57:56 +1100
committerNeil <nyamatongwe@gmail.com>2022-02-10 13:57:56 +1100
commit9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch)
treef524caae34d6552e6fe3d604cafd1c37f6dd459f /qt/ScintillaEditBase/PlatQt.cpp
parent98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff)
downloadscintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz
Replace "OS X' with "macOS".
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-rw-r--r--qt/ScintillaEditBase/PlatQt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp
index 5ce1c1b66..c6163a742 100644
--- a/qt/ScintillaEditBase/PlatQt.cpp
+++ b/qt/ScintillaEditBase/PlatQt.cpp
@@ -996,7 +996,7 @@ void ListBoxImpl::Create(Window &parent,
#endif
);
#else
- // On OS X, Qt::Tool takes focus so main window loses focus so
+ // On macOS, Qt::Tool takes focus so main window loses focus so
// keyboard stops working. Qt::ToolTip works but its only really
// documented for tooltips.
// On Linux / X this setting allows clicking on list items.
@@ -1068,7 +1068,7 @@ int ListBoxImpl::CaretFromEdge()
}
int extra;
- // The 12 is from trial and error on OS X and the 7
+ // The 12 is from trial and error on macOS and the 7
// is from trial and error on Windows - there may be
// a better programmatic way to find any padding factors.
#ifdef Q_OS_DARWIN