]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.C
better latin3&4 support
[lyx.git] / src / lyxvc.C
index 40dcf2547d6164aa2f95435f6f3e881dfb9d2ae6..a5b9afd0d93704a1d005f190d59b51005cc8955f 100644 (file)
@@ -200,9 +200,14 @@ bool LyXVC::inUse()
 }
 
 
-string const & LyXVC::version() const
+//string const & LyXVC::version() const
+//{
+//     return vcs->version();
+//}
+
+string const LyXVC::versionString() const
 {
-       return vcs->version();
+       return vcs->versionString();
 }