mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix #10819: Set title for print nomencl dialog.
This commit is contained in:
parent
88085f380c
commit
5f9f3e49da
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user