]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetNote.cpp
index 9c9f862839351e8d50268ba661863d12de7c2f09..05ee4f0fbb752c03f19a056fd94e9402c92197da 100644 (file)
@@ -111,7 +111,7 @@ InsetNote::~InsetNote()
 }
 
 
-docstring InsetNote::name() const 
+docstring InsetNote::layoutName() const
 {
        return from_ascii("Note:" + notetranslator().find(params_.type));
 }