]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlot.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlot.h
index 6600c3bf3aab136535e0123961575eb0acf1cfbb..b98789eff5a8b161c0dcc34961231b473790b017 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1996-1999 LyX Team
+ *           Copyright 1996-2000 LyX Team
  * 
  * ====================================================== */
 
@@ -28,15 +28,16 @@ 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;
         
         ///
-       unsigned char Editable() const {
-               return 0; // not yet
+       EDITABLE Editable() const {
+               return NOT_EDITABLE; // not yet
        }
        ///
        bool display() const { return true; }