]> git.lyx.org Git - features.git/commitdiff
#7149 improve the comment
authorStephan Witt <switt@lyx.org>
Tue, 18 Jan 2011 15:30:59 +0000 (15:30 +0000)
committerStephan Witt <switt@lyx.org>
Tue, 18 Jan 2011 15:30:59 +0000 (15:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37249 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index ab10518ac7ece87074d144d82eccdd5f0ace60b4..f3c9e45a1e56da8aede75c92894f06ece8965c70 100644 (file)
@@ -1241,7 +1241,7 @@ void GuiApplication::validateCurrentView()
 {
        if (!d->views_.empty() && !current_view_) {
                // currently at least one view exists but no view has the focus.
-               // choose a view to open the document in it.
+               // choose the last view to make it current.
                // a view without any open document is preferred.
                GuiView * candidate = 0;
                QHash<int, GuiView *>::const_iterator it = d->views_.begin();