Fix copy-paste error

This commit is contained in:
Georg Baum 2013-02-05 21:40:19 +01:00
parent 0526eb9d47
commit a3e6c7830c

View File

@ -143,7 +143,7 @@ bool LyXVC::registrer()
if (svn_entries.isReadableFile()) {
LYXERR(Debug::LYXVC, "LyXVC: registering "
<< to_utf8(filename.displayName()) << " with SVN");
vcs.reset(new SVN(cvs_entries, owner_));
vcs.reset(new SVN(svn_entries, owner_));
} else if (cvs_entries.isReadableFile()) {
LYXERR(Debug::LYXVC, "LyXVC: registering "