diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-12-19 16:52:11 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-12-19 16:52:11 +0000 |
| commit | f39706d92e286e75d3ede379ff19f37a0c86e9fd (patch) | |
| tree | 9df739ea38ef28fd82ddb54738b092307ae2a74d /src/Fl_Help_Dialog.cxx | |
| parent | a31071deb496bdf1b9a932e4bfc15b11687c93fd (diff) | |
Flipped spyglass symbol for all apps.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4721 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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); |
