]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.C
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetindex.C
index c5ebb9b92f61cb75cace221a59ce3822490a4346..f13c8db9fd93a56329ac68870bc99750ed75e56d 100644 (file)
@@ -9,13 +9,14 @@
 #include "LyXView.h"
 #include "frontends/Dialogs.h"
 #include "LaTeXFeatures.h"
+#include "gettext.h"
 
 InsetIndex::InsetIndex(InsetCommandParams const & p)
        : InsetCommand(p)
 {}
 
 
-string InsetIndex::getScreenLabel() const
+string const InsetIndex::getScreenLabel() const
 {
        return _("Idx");
 }
@@ -31,7 +32,7 @@ InsetPrintIndex::InsetPrintIndex(InsetCommandParams const & p)
        : InsetCommand(p)
 {}
 
-string InsetPrintIndex::getScreenLabel() const
+string const InsetPrintIndex::getScreenLabel() const
 {
        return _("Index");
 }