Add fl_set_input_return to input_paperoption.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-09-03 17:29:52 +00:00
parent a9bea7bbdc
commit 2bf31f927f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-09-03 Angus Leeming <a.leeming@ic.ac.uk>
* FormPreferences.C: add fl_set_input_return to input_paperoption.
2001-09-02 John Levon <moz@compsoc.man.ac.uk>
* FormParagraph.C: fix default line spacing case

View File

@ -1953,6 +1953,7 @@ void FormPreferences::OutputsMisc::build()
fl_set_input_return(dialog_->input_tex_encoding, FL_RETURN_CHANGED);
fl_set_input_return(dialog_->input_ascii_roff, FL_RETURN_CHANGED);
fl_set_input_return(dialog_->input_checktex, FL_RETURN_CHANGED);
fl_set_input_return(dialog_->input_paperoption, FL_RETURN_CHANGED);
fl_addto_choice(dialog_->choice_default_papersize,
_(" default | US letter | legal | executive | A3 | A4 | A5 | B5 "));