mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
translating empty strings is not a good idea
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4b59d42b3a
commit
b605ba6e8c
@ -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"; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user