]> git.lyx.org Git - lyx.git/commitdiff
make the layout file's "Other" class option appear on the document
authorMartin Vermeer <martin.vermeer@hut.fi>
Wed, 20 Aug 2003 07:23:06 +0000 (07:23 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Wed, 20 Aug 2003 07:23:06 +0000 (07:23 +0000)
panel as "Extra Options".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7577 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormDocument.C

index 26d615585023c37399029018202cc7529d115e6e..5b372920e728497559b8397e4fc8299bd51ddfc9 100644 (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")
index 1f3d0a4fb3bc3b7f4051541aacf2f7a825095564..82b6b426a58a23079b25602034b642cd65300e38 100644 (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)