diff options
author | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
commit | 9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch) | |
tree | f524caae34d6552e6fe3d604cafd1c37f6dd459f /qt/ScintillaEditBase/PlatQt.cpp | |
parent | 98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff) | |
download | scintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz |
Replace "OS X' with "macOS".
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.cpp | 4 |
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 |