]> git.lyx.org Git - lyx.git/commitdiff
Fix spurious warning about a shortcut when the dialog is built.
authorAngus Leeming <leeming@lyx.org>
Wed, 12 Sep 2001 09:30:47 +0000 (09:30 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 12 Sep 2001 09:30:47 +0000 (09:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2734 a592a061-630c-0410-9148-cb99ea01b6c8

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

index 41fae88b09ca9609e6a3c6721a87e758d4d9f45d..59866f337a1c641292aeb5cbb2273e1032e8075f 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * forms/form_citation.fd: remove spurious shortcut to a labelframe!
+       (Thereby removing a warning message when the dialog is built.)
+
 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * FormDocument.C (input, options_update): add code to enable the
index 7cdefe5c77af82a9a87c75df4d339ef9080a7c9d..5e552f3863f76400f190741e36b1ac17b5c0f7ae 100644 (file)
@@ -94,7 +94,6 @@ FD_form_citation * FormCitation::build_citation()
     fl_set_object_gravity(obj, FL_SouthEast, FL_SouthEast);
     fl_set_object_callback(obj, C_FormBaseInputCB, 0);
   fdui->frame_style = obj = fl_add_labelframe(FL_ENGRAVED_FRAME, 410, 280, 370, 80, _("Citation style"));
-    fl_set_object_shortcut(obj, _("frame_style"), 1);
     fl_set_object_lsize(obj, FL_NORMAL_SIZE);
     fl_set_object_lstyle(obj, FL_BOLD_STYLE);
   fdui->choice_style = obj = fl_add_choice(FL_NORMAL_CHOICE, 550, 290, 130, 30, "");
index 10eb4896dfc125d52e2b611b88f8f2da4e7ddda6..556fae5115f4390b7db21b06951d207012d0a153 100644 (file)
@@ -157,7 +157,6 @@ callback:
 argument: 
 
 --------------------
-
 class: FL_LABELFRAME
 type: ENGRAVED_FRAME
 box: 410 140 370 120
@@ -276,7 +275,7 @@ style: FL_BOLD_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
 label: Citation style
-shortcut: frame_style
+shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
 name: frame_style