]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[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));
 }