diff options
author | rdaneelolivaw <devnull@localhost> | 2006-03-08 05:15:49 +0000 |
---|---|---|
committer | rdaneelolivaw <devnull@localhost> | 2006-03-08 05:15:49 +0000 |
commit | 795d26570fc5ff4daf3c046c8c69ede1bbfbf3fb (patch) | |
tree | cb74d6d57624e357b393af5220cc78cfeacab2f8 | |
parent | b9296f74fd6c8498d18482dcc2f274aa716cc8b3 (diff) | |
download | scintilla-mirror-795d26570fc5ff4daf3c046c8c69ede1bbfbf3fb.tar.gz |
RBR - typo fix: value of INDIC_ROUNDBOX is 7
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
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> |