Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2013-06-03 19:59:35 +0400
committerKandrashin Denis <mail@lintest.ru>2013-06-03 19:59:35 +0400
commit29ad1304a22e0f867e903cdf9d78644eb4503f9f (patch)
tree049ddd3839228e7f147da9883b36e1fd2dcbea57 /source
parente9d8227d24dd6a3ce7a5a9864a415a35869e20c1 (diff)
Small changes
Diffstat (limited to 'source')
-rw-r--r--source/fb2main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fb2main.cpp b/source/fb2main.cpp
index a652749..3182703 100644
--- a/source/fb2main.cpp
+++ b/source/fb2main.cpp
@@ -110,6 +110,7 @@ void FbMainWindow::fileOpen()
if (isUntitled && !isWindowModified()) {
mainDock->load(filename);
+ setCurrentFile(filename);
} else {
FbMainWindow * other = new FbMainWindow(filename, FB2);
other->mainDock->load(filename);