diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-12-12 23:28:12 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-12-12 23:28:12 +0000 |
| commit | fde536626ed8c190502266ce37d947b6864a428f (patch) | |
| tree | 750f73407aaa1f162c90d2df9aad4a4fd5ec8d63 | |
| parent | af80bcf1a470203687579a5c72430e429aec6ff9 (diff) | |
STR #1102: Typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4698 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/intro.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/intro.html b/documentation/intro.html index 574bf5384..89ce23b53 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -26,9 +26,9 @@ tried to push their own baroque toolkit instead.</P> <P>Many of the ideas in FLTK were developed on a NeXT (but <I>not</I> using NextStep) in 1987 in a C toolkit Bill called -"views". Here he came up with passing events downward -in the tree and having the handle routine return a value -indicating the used the event, and the table-driven menus. In +"views". Here he came up with passing events downward +in the tree and having the handle routine return a value +indicating whether it used the event, and the table-driven menus. In general he was trying to prove that complex UI ideas could be entirely implemented in a user space toolkit, with no knowledge or support by the system.</P> |
