From 998d39fa28e1932f507440f8641ab42d3fd68abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sun, 17 Dec 2017 02:01:49 +0100 Subject: [PATCH] GuiPrintNomencl.h: fix bug #10819 also for 2.3.x --- src/frontends/qt4/GuiPrintNomencl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiPrintNomencl.h b/src/frontends/qt4/GuiPrintNomencl.h index 6d5de97320..54e6d9614d 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;