]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / vc-backend.C
index 52b9a73f50f3f3bac7eb5351e18c8913bdea6ace..5c3e6f3731074ba2f3d9c3a5f4a873d9fdb63c7a 100644 (file)
@@ -17,6 +17,8 @@
 
 #include <fstream>
 
+using namespace lyx::support;
+
 #ifndef CXX_GLOBAL_CSTD
 using std::asctime;
 using std::gmtime;
@@ -170,6 +172,7 @@ void RCS::registrer(string const & msg)
        cmd += OnlyFilename(owner_->fileName());
        cmd += '"';
        doVCCommand(cmd, owner_->filePath());
+       reload();
 }