mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
make the layout file's "Other" class option appear on the document
panel as "Extra Options". git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
679837fd8a
commit
6ef3c44b64
@ -1,3 +1,8 @@
|
||||
2003-08-17 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* FormDocument.C: make the layout file's "Other" class option
|
||||
appear on the document panel as "Extra Options".
|
||||
|
||||
2003-08-14 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* form/form_tabular.fd: fix shortcut ("Middle|#m" => "Middle|#M")
|
||||
|
@ -1060,6 +1060,7 @@ void FormDocument::UpdateClassParams(BufferParams const & params)
|
||||
fl_set_choice_text(class_->choice_pagestyle,
|
||||
params.pagestyle.c_str());
|
||||
|
||||
fl_set_input(class_->input_extra, tclass.options().c_str());
|
||||
}
|
||||
|
||||
void FormDocument::class_update(BufferParams const & params)
|
||||
|
Loading…
Reference in New Issue
Block a user