summaryrefslogtreecommitdiffstats
path: root/doc/Scintilla
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Scintilla')
-rwxr-xr-xdoc/Scintilla/ScintillaDoc.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Scintilla/ScintillaDoc.html b/doc/Scintilla/ScintillaDoc.html
index 0c6177a..3767b3b 100755
--- a/doc/Scintilla/ScintillaDoc.html
+++ b/doc/Scintilla/ScintillaDoc.html
@@ -2370,10 +2370,10 @@ struct TextToFind {
20 Windows system colours.</p>
<p>To see an example of how to enable palette support in Scintilla, search the text of SciTE
- for <code>WM_PALETTECHANGED</code>, <code>WM_TQUERYNEWPALETTE</code> and
+ for <code>WM_PALETTECHANGED</code>, <code>WM_QUERYNEWPALETTE</code> and
<code>SCI_SETUSEPALETTE</code>. The Windows messages to forward are:<br />
<code>WM_SYSCOLORCHANGE</code>, <code>WM_PALETTECHANGED</code>,
- <code>WM_TQUERYNEWPALETTE</code> (should return <code>TRUE</code>).</p>
+ <code>WM_QUERYNEWPALETTE</code> (should return <code>TRUE</code>).</p>
<p>To forward a message <code>(WM_XXXX, WPARAM, LPARAM)</code> to Scintilla, you can use
<code>SendMessage(hScintilla, WM_XXXX, WPARAM, LPARAM)</code> where <code>hScintilla</code> is
@@ -2935,7 +2935,7 @@ struct TextToFind {
</tr>
<tr>
- <td align="left"><code>INDIC_STQUIGGLE</code></td>
+ <td align="left"><code>INDIC_SQUIGGLE</code></td>
<td align="center">1</td>
@@ -2994,7 +2994,7 @@ struct TextToFind {
</table>
<p>The default indicator styles are equivalent to:<br />
- <code>SCI_INDICSETSTYLE(0, INDIC_STQUIGGLE);</code><br />
+ <code>SCI_INDICSETSTYLE(0, INDIC_SQUIGGLE);</code><br />
<code>SCI_INDICSETSTYLE(1, INDIC_TT);</code><br />
<code>SCI_INDICSETSTYLE(2, INDIC_PLAIN);</code></p>