diff options
| author | Sebastian Doerner <[email protected]> | 2011-01-16 22:05:54 +0000 |
|---|---|---|
| committer | Sebastian Doerner <[email protected]> | 2011-01-16 22:05:54 +0000 |
| commit | fdcba0c01e460d8f18567689e204f31ff2a61005 (patch) | |
| tree | fd9c3941550df9bd5c1e1593e56f6d0521eadea8 | |
| parent | f5f6c89c3f7b95eae6e15a28d66420fa5136469c (diff) | |
Make toggleSplitView()'s documentation consistent with its behavior
svn path=/trunk/KDE/kdebase/apps/; revision=1214927
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
