]> git.lyx.org Git - lyx.git/commitdiff
comment
authorPavel Sanda <sanda@lyx.org>
Tue, 5 May 2009 06:24:43 +0000 (06:24 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 5 May 2009 06:24:43 +0000 (06:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29541 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index 5fa04fb0493d08da848d680167a1945c9b6eea73..04fab60366609ce59f002b1fa5948483bd3d80a4 100644 (file)
@@ -1460,7 +1460,7 @@ bool TabWorkArea::removeWorkArea(GuiWorkArea * work_area)
                if (currentWorkArea() && currentWorkArea()->isFullScreen())
                        setFullScreen(true);
                else
-                       // Hide tabbar if there's only one tab.
+                       // Show tabbar only if there's more than one tab.
                        showBar(count() > 1);
        } else {
                lastWorkAreaRemoved();