Fix #10819: Set title for print nomencl dialog.

This commit is contained in:
Richard Heck 2017-11-26 21:59:38 -05:00
parent 88085f380c
commit 5f9f3e49da

View File

@ -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;