summaryrefslogtreecommitdiff
path: root/src/Fl_Choice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Choice.cxx')
-rw-r--r--src/Fl_Choice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx
index ac9a260cf..d3b53ae9f 100644
--- a/src/Fl_Choice.cxx
+++ b/src/Fl_Choice.cxx
@@ -200,7 +200,7 @@ int Fl_Choice::handle(int e) {
if (wp.deleted()) return 1;
} else {
// In order to preserve the old look-n-feel of "white" menus,
- // temporarily override the color() of this widget...
+ // temporarily the color() of this widget...
Fl_Color c = color();
color(FL_BACKGROUND2_COLOR);
handle(FL_BEFORE_MENU);