mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
|
||||
//@{
|
||||
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"); }
|
||||
void paramsToDialog(Inset const *);
|
||||
void paramsToDialog(InsetCommandParams const &);
|
||||
|
Loading…
Reference in New Issue
Block a user