commit 998d39fa28e1932f507440f8641ab42d3fd68abe
Author: Uwe Stöhr <[email protected]>
Date: Sun Dec 17 02:01:49 2017 +0100
GuiPrintNomencl.h: fix bug #10819 also for 2.3.x
---
src/frontends/qt4/GuiPrintNomencl.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/frontends/qt4/GuiPrintNomencl.h
b/src/frontends/qt4/GuiPrintNomencl.h
index 6d5de97..54e6d96 100644
--- a/src/frontends/qt4/GuiPrintNomencl.h
+++ b/src/frontends/qt4/GuiPrintNomencl.h
@@ -37,6 +37,7 @@ private:
//@{
InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+ QString dialogTitle() const { return qt_("Nomenclature List Settings");
}
void paramsToDialog(Inset const *);
void paramsToDialog(InsetCommandParams const &);
docstring dialogToParams() const;