]> git.lyx.org Git - features.git/commitdiff
Fix bug #6619 : Display (Version Control) in Window Title.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 28 Apr 2010 04:27:10 +0000 (04:27 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 28 Apr 2010 04:27:10 +0000 (04:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34323 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index 005a4603321f04a2efbb059809ede8ab0c1847a1..63934ae8836e3fd3db89bc90f502c9bf60b3338c 100644 (file)
@@ -3961,6 +3961,7 @@ bool Buffer::reload()
        if (success) {
                updateBuffer();
                changed(true);
+               updateTitles();
                markClean();
                message(bformat(_("Document %1$s reloaded."), disp_fn));
        } else {