aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrdaneelolivaw <unknown>2006-03-08 05:15:49 +0000
committerrdaneelolivaw <unknown>2006-03-08 05:15:49 +0000
commit0c1978f123be0fefec1a69937668e442145aab8e (patch)
treecb74d6d57624e357b393af5220cc78cfeacab2f8
parent358697e864ff101d5b0324fcd7fcd9c3e1ec7a6c (diff)
downloadscintilla-mirror-0c1978f123be0fefec1a69937668e442145aab8e.tar.gz
RBR - typo fix: value of INDIC_ROUNDBOX is 7
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index d71f2c5f7..f7e6e12be 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2964,7 +2964,7 @@ struct TextToFind {
<tr>
<td align="left"><code>INDIC_ROUNDBOX</code></td>
- <td align="center">6</td>
+ <td align="center">7</td>
<td>A rectangle with rounded corners around the text using translucent drawing with the
interior more transparent than the border.</td>