diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:46:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:46:01 -0500 |
commit | fd8d92656e630a44ed99688fc01f1896836b4c52 (patch) | |
tree | 1b67eaa5e16ad5056124ab080b4f4a3e96d74fc0 /doc/Scintilla | |
parent | 29c4424ab987df40a8a3df93165f84561dee1a43 (diff) | |
download | tqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.tar.gz tqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'doc/Scintilla')
-rwxr-xr-x | doc/Scintilla/ScintillaDoc.html | 8 |
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> |