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
This commit is contained in:
Michael R Sweet
1999-01-13 15:35:04 +00:00
parent 74b2965417
commit 07766e7d72
8 changed files with 15 additions and 31 deletions
+1 -1
View File
@@ -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()));