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:
Lars Gullik Bjønnes 2001-08-19 19:53:54 +00:00
parent c03df85887
commit 298038a2ae

View File

@ -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())