Revision info for RCS too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-02-12 04:28:10 +00:00
parent 37bf1fccec
commit 773d4a8253

View File

@ -280,9 +280,10 @@ bool RCS::toggleReadOnlyEnabled()
return false;
}
// FIXME This could be implemented with cache from scanMaster
string RCS::revisionInfo(LyXVC::RevisionInfo const)
string RCS::revisionInfo(LyXVC::RevisionInfo const info)
{
if (info == LyXVC::File)
return version_;
return string();
}