mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
Fix bug #6619 : Display (Version Control) in Window Title.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34323 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
71b4fd0431
commit
25a41486d6
@ -3961,6 +3961,7 @@ bool Buffer::reload()
|
||||
if (success) {
|
||||
updateBuffer();
|
||||
changed(true);
|
||||
updateTitles();
|
||||
markClean();
|
||||
message(bformat(_("Document %1$s reloaded."), disp_fn));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user