]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlot.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlot.C
index de5846a3f2939e3b1d2124e61e0f79065c22ec48..61d179311a5a0657c490da060e08daa7f9147eb2 100644 (file)
@@ -1,16 +1,14 @@
-//#include <config.h>
+#include <config.h>
 
-//#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");
+}