diff options
| -rw-r--r-- | doc/ScintillaDoc.html | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 9760c7c27..18155093b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3911,8 +3911,7 @@ struct Sci_TextToFind {                <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and                <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a>                control the alpha transparency values. The default values are 30 for alpha and 50 for outline alpha. -              To avoid excessive memory allocation the maximum width of a dotted box is 4000 pixels. -              Not available for OS X Carbon.</td> +              To avoid excessive memory allocation the maximum width of a dotted box is 4000 pixels.</td>          </tr>          <tr> @@ -7083,8 +7082,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next      If there is no suitable platform support, the <a href="http://lodev.org/lodepng/">LodePNG and picoPNG</a> libraries are small libraries      for loading and decoding PNG files available under a BSD-style license.</p> -    <p>RGBA format is supported on Windows, GTK+ and OS X Cocoa. -    It is not supported on OS X Carbon.</p> +    <p>RGBA format is supported on Windows, GTK+ and OS X Cocoa.</p>      <h3 id="XPM">XPM</h3> | 
