]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
* Inset: Prepare for an eventual merge of updateLabels() and addToToc()
[lyx.git] / src / insets / InsetNewline.h
index b74b161e08e2651503087572690d9f2ab431e490..7e5ee37bbf8cfe88c46abf6bd45cbf8b69d5ce07 100644 (file)
@@ -45,7 +45,7 @@ public:
        // a line separator)?
        bool isSpace() const;
 
-       virtual docstring insetLabel() const { return _(""); }
+       virtual docstring insetLabel() const { return docstring(); }
 
        virtual std::string getLyXName() const { return "\\newline"; }