]> git.lyx.org Git - features.git/blobdiff - src/insets/insetindex.C
Baruch's graphics patch + some small tweaks to the buttoncontroller stuff
[features.git] / src / insets / insetindex.C
index 87b3cfaa19570aa5152d1e862fe2f20e6680dee8..dc91d1f3c8fa5fb545e80b7740b35bf8d43ccbf4 100644 (file)
@@ -16,7 +16,7 @@ InsetIndex::InsetIndex(InsetCommandParams const & p, bool)
 {}
 
 
-string const InsetIndex::getScreenLabel() const
+string const InsetIndex::getScreenLabel(Buffer const *) const
 {
        return _("Idx");
 }
@@ -44,7 +44,7 @@ InsetPrintIndex::InsetPrintIndex(InsetCommandParams const & p, bool)
        : InsetCommand(p)
 {}
 
-string const InsetPrintIndex::getScreenLabel() const
+string const InsetPrintIndex::getScreenLabel(Buffer const *) const
 {
        return _("Index");
 }