diff options
| author | Manolo Gouy <Manolo> | 2013-09-06 09:03:22 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-09-06 09:03:22 +0000 |
| commit | 1fa38347bb96c509c47677ff0977241120282f21 (patch) | |
| tree | 6004aea2b587cd000a03780e92aa30148371455e /src/Fl_compose.cxx | |
| parent | bc17e8c6f94be5bd88617dc889dc71307557ba90 (diff) | |
Fixed typo in Doxygen doc of Fl::compose(int&)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9966 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_compose.cxx')
| -rw-r--r-- | src/Fl_compose.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx index 8a2909f55..646be1b71 100644 --- a/src/Fl_compose.cxx +++ b/src/Fl_compose.cxx @@ -41,7 +41,7 @@ extern XIC fl_xim_ic; <p>If <i>true</i> is returned, then it has modified the Fl::event_text() and Fl::event_length() to a set of <i>bytes</i> to - insert (it may be of zero length!). In will also set the "del" + insert (it may be of zero length!). It will also set the "del" parameter to the number of <i>bytes</i> to the left of the cursor to delete, this is used to delete the results of the previous call to Fl::compose(). |
