diff options
| author | Peter Penz <[email protected]> | 2010-11-05 17:03:29 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-05 17:03:29 +0000 |
| commit | 55a1c26c24f6457cb73b060c70292ede7990341b (patch) | |
| tree | 935593251bc94b66742cfca3e46d73b4075aa6a6 /src | |
| parent | da1adf7ba407fc58cf458b8ebe26c793090c1763 (diff) | |
SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/apps/; revision=1193345
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
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)) |
