summaryrefslogtreecommitdiff
path: root/FL/Fl_Value_Input.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Value_Input.H')
-rw-r--r--FL/Fl_Value_Input.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H
index f0f30e626..1c5310690 100644
--- a/FL/Fl_Value_Input.H
+++ b/FL/Fl_Value_Input.H
@@ -87,7 +87,7 @@ public:
int shortcut() const {return input.shortcut();}
/**
Sets the shortcut key to \p s. Setting this
- overrides the use of '&' in the label(). The value is a bitwise
+ s the use of '&' in the label(). The value is a bitwise
OR of a key and a set of shift flags, for example FL_ALT | 'a'
, FL_ALT | (FL_F + 10), or just 'a'. A value
of 0 disables the shortcut.