aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrdaneelolivaw <devnull@localhost>2006-03-08 05:15:49 +0000
committerrdaneelolivaw <devnull@localhost>2006-03-08 05:15:49 +0000
commit795d26570fc5ff4daf3c046c8c69ede1bbfbf3fb (patch)
treecb74d6d57624e357b393af5220cc78cfeacab2f8
parentb9296f74fd6c8498d18482dcc2f274aa716cc8b3 (diff)
downloadscintilla-mirror-795d26570fc5ff4daf3c046c8c69ede1bbfbf3fb.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>