mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Fix spurious warning about a shortcut when the dialog is built.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2734 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
10e81341c1
commit
f093fd9b68
@ -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
|
||||
|
@ -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, "");
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user