From: Julien Rioux Date: Mon, 12 Sep 2011 14:22:01 +0000 (+0000) Subject: Mark settings as changed when the Nomenclature line is edited. X-Git-Tag: 2.1.0beta1~2724 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bab818a784243505e2304ef8d23252a71baa9c5b;hp=1fd9e5c991d124c6921e34318d8571634ac510c0;p=lyx.git Mark settings as changed when the Nomenclature line is edited. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39663 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 16be7bc53a..6cd9849841 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -715,6 +715,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);