diff options
| author | Jason Hallam <unknown> | 2016-02-24 10:47:02 +1100 |
|---|---|---|
| committer | Jason Hallam <unknown> | 2016-02-24 10:47:02 +1100 |
| commit | f1fb342721e222e7eae1f15f2b180b4ff070b9c0 (patch) | |
| tree | fc3e05d9bfa936be338cc22caf654d330fcc58a0 /doc/ScintillaHistory.html | |
| parent | 92b6a5aa31c305a9ad5c7abb50d4384a5205336c (diff) | |
| download | scintilla-mirror-f1fb342721e222e7eae1f15f2b180b4ff070b9c0.tar.gz | |
Retry copying to clipboard if it fails as another application may have opened it
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1c5f2f356..97c6d4f9f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -539,7 +539,7 @@ IME target range displayed on Qt for OS X. </li> <li> - On Windows, make clipboard operations more robust by retrying OpenClipboard if it fails + On Qt and Windows, make clipboard operations more robust by retrying if they fail as this may occur when another application has opened the clipboard. </li> </ul> |
