X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetNewline.h;h=7e5ee37bbf8cfe88c46abf6bd45cbf8b69d5ce07;hb=c3a8b3a566e9e90f9ade72acbc723232d721d0b1;hp=b74b161e08e2651503087572690d9f2ab431e490;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/insets/InsetNewline.h b/src/insets/InsetNewline.h index b74b161e08..7e5ee37bbf 100644 --- a/src/insets/InsetNewline.h +++ b/src/insets/InsetNewline.h @@ -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"; }