X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlot.h;h=b98789eff5a8b161c0dcc34961231b473790b017;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=4fffb7ba4df228a5cde24da2703faf48610ecb12;hpb=0088121bd8c3fc7f2109e8dc9b22b73ca193f20e;p=lyx.git diff --git a/src/insets/insetlot.h b/src/insets/insetlot.h index 4fffb7ba4d..b98789eff5 100644 --- a/src/insets/insetlot.h +++ b/src/insets/insetlot.h @@ -28,11 +28,12 @@ public: /// InsetLOT() : InsetCommand("listoftables") {} /// + explicit InsetLOT(Buffer * b) : InsetCommand("listoftables"), owner(b) {} /// Inset * Clone() const { return new InsetLOT(owner); } /// - string getScreenLabel() const { return _("List of Tables"); } + string getScreenLabel() const; /// EDITABLE Editable() const {