]> git.lyx.org Git - features.git/commitdiff
Mark settings as changed when the Nomenclature line is edited (backport r39663).
authorJulien Rioux <jrioux@lyx.org>
Tue, 20 Sep 2011 18:42:40 +0000 (18:42 +0000)
committerJulien Rioux <jrioux@lyx.org>
Tue, 20 Sep 2011 18:42:40 +0000 (18:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39719 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp
status.20x

index e4939a9057241db8e8e5151f3800067aeac9e1d0..99808976957b2fc3caf0fc99a6fa1fd34b7f3270 100644 (file)
@@ -714,6 +714,8 @@ PrefLatex::PrefLatex(GuiPreferences * form)
                this, SIGNAL(changed()));
        connect(latexPaperSizeCO, SIGNAL(activated(int)),
                this, SIGNAL(changed()));
+       connect(latexNomenclED, SIGNAL(textChanged(QString)),
+               this, SIGNAL(changed()));
 
 #if defined(__CYGWIN__) || defined(_WIN32)
        pathCB->setVisible(true);
index 25d6a59ea527f6154e596d2376c32669ac8498e8..d2f87be091ddb1579fca7e253d3a11b95b99e27e 100644 (file)
@@ -109,6 +109,9 @@ What's new
 
 - Fix the tab ordering of widgets in the Tools > Preferences panel.
 
+- Mark settings as changed when the Nomenclature line is edited in the
+  Tools > Preferences panel.
+
 
 * ADVANCED FIND AND REPLACE