summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Choice.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H
index 377bee181..676ec658e 100644
--- a/FL/Fl_Choice.H
+++ b/FL/Fl_Choice.H
@@ -112,7 +112,7 @@ public:
/**
Gets the index of the last item chosen by the user.
- The index is zero initially.
+ The index is -1 initially.
*/
int value() const {return Fl_Menu_::value();}