X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlot.C;h=61d179311a5a0657c490da060e08daa7f9147eb2;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=de5846a3f2939e3b1d2124e61e0f79065c22ec48;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/insets/insetlot.C b/src/insets/insetlot.C index de5846a3f2..61d179311a 100644 --- a/src/insets/insetlot.C +++ b/src/insets/insetlot.C @@ -1,16 +1,14 @@ -//#include +#include -//#ifdef __GNUG__ -//#pragma implementation -//#endif +#ifdef __GNUG__ +#pragma implementation +#endif -//#include "insetlot.h" - -// InsetLOT::InsetLOT() -// : InsetCommand("listoftables") -// { - -// } +#include "insetlot.h" +string InsetLOT::getScreenLabel() const +{ + return _("List of Tables"); +}