diff options
| author | nyamatongwe <unknown> | 2013-04-06 13:42:56 +1100 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2013-04-06 13:42:56 +1100 | 
| commit | df2d4c896cc116ebce3f40718cfabc75eb804e38 (patch) | |
| tree | 010e52630281be0edaf999c1ecb241ae68510cba | |
| parent | a020b83554e26bd7d888952a1ee7daf318749ce1 (diff) | |
| download | scintilla-mirror-df2d4c896cc116ebce3f40718cfabc75eb804e38.tar.gz | |
Removed references to Carbon platform which is no longer supported.
| -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> | 
