]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Make toggleSplitView()'s documentation consistent with its behavior
authorSebastian Doerner <sebastian@sebastian-doerner.de>
Sun, 16 Jan 2011 22:05:54 +0000 (22:05 +0000)
committerSebastian Doerner <sebastian@sebastian-doerner.de>
Sun, 16 Jan 2011 22:05:54 +0000 (22:05 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1214927

src/dolphinmainwindow.h

index 9828a832d163454e89e48371eeffe25adeb68460..53d223176bb09c25e86a512e7a25e2935599e7b3 100644 (file)
@@ -229,7 +229,7 @@ private slots:
     /**
      * Switches between one and two views:
      * If one view is visible, it will get split into two views.
-     * If already two views are visible, the nonactivated view gets closed.
+     * If already two views are visible, the active view gets closed.
      */
     void toggleSplitView();