diff options
| -rw-r--r-- | doc/ScintillaDoc.html | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a0ba5bd4c..ca4bd4788 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@      <h1>Scintilla Documentation</h1> -    <p>Last edited 16/April/2012 NH</p> +    <p>Last edited 19/June/2012 NH</p>      <p>There is <a class="jump" href="Design.html">an overview of the internal design of      Scintilla</a>.<br /> @@ -4639,8 +4639,6 @@ struct Sci_TextToFind {      <code>HDC</code>s., on GTK+ 3.x <code>cairo_t *</code>,      and on Cocoa <code>CGContextRef</code> is used.</p> -    <p><code>SCI_FORMATRANGE</code> is not supported on GTK+ 2.x.</p> -      <code><a class="message" href="#SCI_FORMATRANGE">SCI_FORMATRANGE(bool bDraw, Sci_RangeToFormat      *pfr)</a><br />       <a class="message" href="#SCI_SETPRINTMAGNIFICATION">SCI_SETPRINTMAGNIFICATION(int | 
