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:
Martin Vermeer 2003-08-20 07:23:06 +00:00
parent 679837fd8a
commit 6ef3c44b64
2 changed files with 6 additions and 0 deletions

View File

@ -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")

View File

@ -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)