From: Uwe Stöhr Date: Sun, 17 Dec 2017 01:01:49 +0000 (+0100) Subject: GuiPrintNomencl.h: fix bug #10819 also for 2.3.x X-Git-Tag: 2.3.0rc2~157 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=998d39fa28e1932f507440f8641ab42d3fd68abe;p=features.git GuiPrintNomencl.h: fix bug #10819 also for 2.3.x --- 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;