]> git.lyx.org Git - features.git/commitdiff
Add fl_set_input_return to input_paperoption.
authorAngus Leeming <leeming@lyx.org>
Mon, 3 Sep 2001 17:29:52 +0000 (17:29 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 3 Sep 2001 17:29:52 +0000 (17:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2669 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormPreferences.C

index 1d6bd32179344271f82f93fe48e464bb8780fb58..e706cc25658d1e8e9d5bb7c568e119a8b8de9837 100644 (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
index f13a2cf6e63af094bb0fc5417c3d24232f54886d..fe1d60ddce66a16292b547aaf0adbdb7aee68406 100644 (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 "));