]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetNewline.h
index 4e24da3e250c03989d9e2c97744b2a7ffe90d300..7e5ee37bbf8cfe88c46abf6bd45cbf8b69d5ce07 100644 (file)
@@ -14,7 +14,7 @@
 
 
 #include "Inset.h"
-#include "gettext.h"
+#include "support/gettext.h"
 
 
 namespace lyx {
@@ -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"; }