From: Sebastian Doerner Date: Sun, 16 Jan 2011 22:05:54 +0000 (+0000) Subject: Make toggleSplitView()'s documentation consistent with its behavior X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/fdcba0c01e460d8f18567689e204f31ff2a61005?ds=inline Make toggleSplitView()'s documentation consistent with its behavior svn path=/trunk/KDE/kdebase/apps/; revision=1214927 --- diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 9828a832d..53d223176 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -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();