From: Stephan Witt Date: Tue, 18 Jan 2011 15:30:59 +0000 (+0000) Subject: #7149 improve the comment X-Git-Tag: 2.0.0~1066 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=911961193f1afce679ade1a7ae454d74ddb5bed2;p=lyx.git #7149 improve the comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37249 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index ab10518ac7..f3c9e45a1e 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -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::const_iterator it = d->views_.begin();