]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlof.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlof.C
index 40945efb3d677601aa6fc742ba224374369fc57a..36b488d3398445af724fe2a30d40785496b48a8f 100644 (file)
@@ -1,16 +1,13 @@
-//#include <config.h>
+#include <config.h>
 
-//#ifdef __GNUG__
-//#pragma implementation
-//#endif
+#ifdef __GNUG__
+#pragma implementation
+#endif
 
 
-//#include "insettof.h"
-
-// InsetLOF::InsetLOF():
-//                InsetCommand("listoffigures")
-// {
-
-// }
-
+#include "insetlof.h"
 
+string InsetLOF::getScreenLabel() const 
+{
+       return _("List of Figures");
+}