]> git.lyx.org Git - features.git/commitdiff
forgot to commit this
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 19 Aug 2001 19:53:54 +0000 (19:53 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 19 Aug 2001 19:53:54 +0000 (19:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2555 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfunc.C

index dc14ba0c65e1cc5f31840ad2f5ff93cbcc8a675e..8774312f1c59444c13782e051a3068d88e34b925 100644 (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())