From 85b53b183b6446123a8ffb3b383f081675384f0d Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Tue, 20 Sep 2011 18:42:40 +0000 Subject: [PATCH] Mark settings as changed when the Nomenclature line is edited (backport r39663). 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 | 2 ++ status.20x | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index e4939a9057..9980897695 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -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); diff --git a/status.20x b/status.20x index 25d6a59ea5..d2f87be091 100644 --- a/status.20x +++ b/status.20x @@ -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 -- 2.39.5