]> git.lyx.org Git - lyx.git/commitdiff
add labels to </> in searche and replace
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 10 Dec 2001 11:18:30 +0000 (11:18 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 10 Dec 2001 11:18:30 +0000 (11:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3175 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/form_search.C
src/frontends/xforms/forms/form_search.fd

index 8944c522cdbc40b1e4d0e9a3d4c3864b97875edc..17ec7f62628c6d3ae838026eacddefe2a72cab8b 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_search.fd: Added label text to search buttons
+       (to make the shortcuts visible).
+
 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
 
        * FormParagraph.C: set combo box correctly for VSpace::LENGTH
index 5b496f703822ff587309d03fede392884c743343..d08dd3c14ec02e255c573c5f2e0989ee85e99e0e 100644 (file)
@@ -46,7 +46,7 @@ FD_form_search * FormSearch::build_search()
     fl_set_object_resize(obj, FL_RESIZE_X);
     fl_set_object_callback(obj, C_FormBaseInputCB, 0);
   {
-    char const * const dummy = N_(" >|#F^s");
+    char const * const dummy = N_("Forwards >|#F^s");
     fdui->findnext = obj = fl_add_button(FL_NORMAL_BUTTON, 200, 80, 90, 30, idex(_(dummy)));
     fl_set_button_shortcut(obj, scex(_(dummy)), 1);
   }
@@ -54,7 +54,7 @@ FD_form_search * FormSearch::build_search()
     fl_set_object_gravity(obj, FL_SouthEast, FL_SouthEast);
     fl_set_object_callback(obj, C_FormBaseInputCB, 0);
   {
-    char const * const dummy = N_(" <|#B^r");
+    char const * const dummy = N_(" < Backwards|#B^r");
     fdui->findprev = obj = fl_add_button(FL_NORMAL_BUTTON, 110, 80, 90, 30, idex(_(dummy)));
     fl_set_button_shortcut(obj, scex(_(dummy)), 1);
   }
index bd9196ce631bf8da8f2c5a88f955c710a7f0a7f6..bef021e44534297b178a229ec0162a8e4ae5fc78 100644 (file)
@@ -94,7 +94,7 @@ alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label:  >|#F^s
+label: Forwards >|#F^s
 shortcut: 
 resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast
@@ -112,7 +112,7 @@ alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label:  <|#B^r
+label:  < Backwards|#B^r
 shortcut: 
 resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast