small missing bit from reload fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6452 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-12 01:38:56 +00:00
parent 141b2a92db
commit 6b8a212904

View File

@ -170,6 +170,7 @@ void RCS::registrer(string const & msg)
cmd += OnlyFilename(owner_->fileName());
cmd += '"';
doVCCommand(cmd, owner_->filePath());
reload();
}