mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Fix creationCode() of GuiPrintNomencl
This fixes "New Inset" in that dialog. Candidate for stable
This commit is contained in:
parent
b5c5083c6c
commit
d2afa67da9
@ -36,7 +36,7 @@ private:
|
|||||||
/// \name InsetParamsWidget inherited methods
|
/// \name InsetParamsWidget inherited methods
|
||||||
//@{
|
//@{
|
||||||
InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
|
InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
|
||||||
FuncCode creationCode() const { return LFUN_INSET_INSERT; }
|
FuncCode creationCode() const { return LFUN_NOMENCL_PRINT; }
|
||||||
QString dialogTitle() const { return qt_("Nomenclature List Settings"); }
|
QString dialogTitle() const { return qt_("Nomenclature List Settings"); }
|
||||||
void paramsToDialog(Inset const *);
|
void paramsToDialog(Inset const *);
|
||||||
void paramsToDialog(InsetCommandParams const &);
|
void paramsToDialog(InsetCommandParams const &);
|
||||||
|
Loading…
Reference in New Issue
Block a user