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/ScintillaQt.cpp | |
| parent | 98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff) | |
| download | scintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz | |
Replace "OS X' with "macOS".
Diffstat (limited to 'qt/ScintillaEditBase/ScintillaQt.cpp')
| -rw-r--r-- | qt/ScintillaEditBase/ScintillaQt.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/qt/ScintillaEditBase/ScintillaQt.cpp b/qt/ScintillaEditBase/ScintillaQt.cpp index d2635668e..c1276adc1 100644 --- a/qt/ScintillaEditBase/ScintillaQt.cpp +++ b/qt/ScintillaEditBase/ScintillaQt.cpp @@ -35,7 +35,7 @@ ScintillaQt::ScintillaQt(QAbstractScrollArea *parent)  	imeInteraction = IMEInteraction::Inline; -	// On OS X drawing text into a pixmap moves it around 1 pixel to +	// On macOS drawing text into a pixmap moves it around 1 pixel to  	// the right compared to drawing it directly onto a window.  	// Buffered drawing turned off by default to avoid this.  	view.bufferedDraw = false; @@ -178,7 +178,7 @@ static void AddRectangularToMime(QMimeData *mimeData, [[maybe_unused]] const QSt  	// Add an empty marker  	mimeData->setData(sMSDEVColumnSelect, QByteArray());  #elif defined(Q_OS_MAC) -	// OS X gets marker + data to work with other implementations. +	// macOS gets marker + data to work with other implementations.  	// Don't understand how this works but it does - the  	// clipboard format is supposed to be UTF-16, not UTF-8.  	mimeData->setData(sScintillaRecMimeType, su.toUtf8()); | 
