┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-05 17:03:29 +0000
committerPeter Penz <[email protected]>2010-11-05 17:03:29 +0000
commit55a1c26c24f6457cb73b060c70292ede7990341b (patch)
tree935593251bc94b66742cfca3e46d73b4075aa6a6
parentda1adf7ba407fc58cf458b8ebe26c793090c1763 (diff)
SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/apps/; revision=1193345
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index d1358036b..6552b6b43 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -289,7 +289,7 @@ void DolphinMainWindow::refreshViews()
const GeneralSettings* generalSettings = DolphinSettings::instance().generalSettings();
if (generalSettings->modifiedStartupSettings()) {
// The startup settings have been changed by the user (see bug #254947).
- // Synchronizethe split-view setting with the active view:
+ // Synchronize the split-view setting with the active view:
const bool splitView = generalSettings->splitView();
const ViewTab& activeTab = m_viewTab[m_tabIndex];
const bool toggle = ( splitView && (activeTab.secondaryView == 0))