From 07766e7d727a075372d33c43f9f2f0602ea4a0b8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 15:35:04 +0000 Subject: 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 --- documentation/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/editor.html') 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())); -- cgit v1.2.3