mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
a9bea7bbdc
commit
2bf31f927f
@ -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
|
||||
|
@ -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 "));
|
||||
|
Loading…
Reference in New Issue
Block a user