]> git.lyx.org Git - features.git/blobdiff - src/insets/insetnote.C
Small things.
[features.git] / src / insets / insetnote.C
index f5d7fc8ca5fa5a1e5ababfdefec7c160e624902a..4463747b7d2814dcdd9768a2203311f5f2dbce0f 100644 (file)
@@ -30,7 +30,6 @@ InsetNote::InsetNote()
 {
        LyXFont font(LyXFont::ALL_SANE);
        font.decSize();
-       font.decSize();
        font.setColor(LColor::note);
        setLabelFont(font);
        setAutoCollapse(true);
@@ -60,8 +59,6 @@ string const InsetNote::editMessage() const
 
 void InsetNote::write(Buffer const *buf, ostream & os) const
 {
-       //os << getInsetName() << "\n";
-       os << "Info\n";
+       os << getInsetName() << "\n";
        InsetCollapsable::write(buf, os);
 }
-