diff options
Diffstat (limited to 'src/Fl_Help_Dialog.cxx')
| -rw-r--r-- | src/Fl_Help_Dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 2becc2f87..c38e7c8c0 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -204,7 +204,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() { { Fl_Group* o = new Fl_Group(10, 350, 296, 25); o->box(FL_DOWN_BOX); o->color(FL_BACKGROUND2_COLOR); - { Fl_Input* o = find_ = new Fl_Input(35, 352, 268, 21, "@2search"); + { Fl_Input* o = find_ = new Fl_Input(35, 352, 268, 21, "@search"); o->tooltip("find text in document"); o->box(FL_FLAT_BOX); o->labelsize(13); |
