diff options
| author | Shaun Reich <[email protected]> | 2009-02-03 01:40:30 +0000 |
|---|---|---|
| committer | Shaun Reich <[email protected]> | 2009-02-03 01:40:30 +0000 |
| commit | 5d230c956f7800bf5a1359a5ed9c175b9ad39c64 (patch) | |
| tree | d35d04a7f8d860374228a2d194b75ca9855060a6 /src | |
| parent | 58c95bc8d8cf07cb412e3adc0d677665aeb03557 (diff) | |
SVN_SILENT Small update to a comment.
svn path=/trunk/KDE/kdebase/apps/; revision=920497
Diffstat (limited to 'src')
| -rw-r--r-- | src/settings/startupsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/startupsettingspage.cpp b/src/settings/startupsettingspage.cpp index 6bcd9ac5c..77985b140 100644 --- a/src/settings/startupsettingspage.cpp +++ b/src/settings/startupsettingspage.cpp @@ -82,7 +82,7 @@ StartupSettingsPage::StartupSettingsPage(const KUrl& url, QWidget* parent) : homeBoxLayout->addWidget(homeUrlBox); homeBoxLayout->addWidget(buttonBox); - // create 'Split view', 'Editable location' and 'Filter bar' checkboxes + // create 'Split view', 'Show full path', 'Editable location' and 'Filter bar' checkboxes m_splitView = new QCheckBox(i18nc("@option:check Startup Settings", "Split view mode"), vBox); m_editableUrl = new QCheckBox(i18nc("@option:check Startup Settings", "Editable location bar"), vBox); m_showFullPath = new QCheckBox(i18nc("@option:check Startup Settings", "Show full path inside location bar"), vBox); |
