diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 15:35:04 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 15:35:04 +0000 |
| commit | 07766e7d727a075372d33c43f9f2f0602ea4a0b8 (patch) | |
| tree | a2a7fb91749b845d601e787bb767ec5c552aed4c /documentation/editor.html | |
| parent | 74b29654172129a22e31693e272b1c26c12a4044 (diff) | |
Fixed various typos and added a Fluid organization chart image
contributed by Craig Earls.
git-svn-id: file:///fltk/svn/fltk/trunk@207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/editor.html')
| -rw-r--r-- | documentation/editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/editor.html b/documentation/editor.html index 5c31a16e7..12c7edb12 100644 --- a/documentation/editor.html +++ b/documentation/editor.html @@ -386,7 +386,7 @@ void replall_cb() { if (found != NULL) { // Found a match; update the position and replace text... - times ++ + times ++; pos = input->position() + found - val; input->replace(pos, pos + strlen(find), replace_with->value()); input->position(pos + strlen(replace_with->value())); |
