From 0e14d5ba183ec1fa7d894ca32110402c25532cdc Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 14 Dec 2005 02:32:27 +0000 Subject: Rotate search icon to avoid confusing it with the letter Q. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4708 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Help_Dialog.fl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Help_Dialog.fl') diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index ddf680764..755a24aa8 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -159,8 +159,8 @@ smaller_->activate();} xywh {10 350 296 25} box DOWN_BOX color 7 resizable } { Fl_Input find_ { - label {@search} - callback {find_pos_ = view_->find(find_->value(), find_pos_);} + label {@2search} + callback {find_pos_ = view_->find(find_->value(), find_pos_);} selected private tooltip {find text in document} xywh {35 352 268 21} box FLAT_BOX labelsize 13 when 10 resizable } } @@ -240,7 +240,7 @@ else view_->value(f); window_->label(view_->title());} {} } - Function {value() const} {selected return_type {const char *} + Function {value() const} {return_type {const char *} } { code {return view_->value();} {} } -- cgit v1.2.3