mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
forgot to commit this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2555 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c03df85887
commit
298038a2ae
@ -2054,7 +2054,7 @@ void LyXFunc::initMiniBuffer()
|
||||
text += nicename;
|
||||
if (tmpbuf->lyxvc.inUse()) {
|
||||
text += " [";
|
||||
text += tmpbuf->lyxvc.version();
|
||||
text += tmpbuf->lyxvc.versionString();
|
||||
text += ' ';
|
||||
text += tmpbuf->lyxvc.locker();
|
||||
if (tmpbuf->isReadonly())
|
||||
|
Loading…
Reference in New Issue
Block a user