summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-01-21 14:00:43 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-01-21 14:00:43 +0000
commitea23ff1b6348fdc79e871858118737fc8279e298 (patch)
tree3d1611d190ce74dc91ffde5e69150b75e77b2414 /src
parent1aba94f136b22af3629739d2681e7cff1fdcb8ea (diff)
Small documentation fixups.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10076 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/fl_shortcut.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx
index 5c858faf8..c5d934427 100644
--- a/src/fl_shortcut.cxx
+++ b/src/fl_shortcut.cxx
@@ -300,7 +300,7 @@ const char* fl_shortcut_label(unsigned int shortcut, const char **eom) {
when using the modifier characters.
\remarks
(1) You can use the special modifier keys for chords *only*
- if the modifiers are provided in this order: #, +, ^, !, @.
+ if the modifiers are provided in this order: #, +, ^, !, \@.
Other ordering can yield undefined results.
\remarks
So for instance, Ctrl-Alt-c must be specified as "#^c" (and not