diff options
| author | Peter Penz <[email protected]> | 2008-10-25 09:41:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-25 09:41:39 +0000 |
| commit | 5d69f066dbe4a8b37541a2ab8b279593d5217f25 (patch) | |
| tree | d053805e7f87118f967b23539a7fe87e48769ccc /src/dolphinmainwindow.h | |
| parent | 6efdfda5006621c691095a732ea8a5ad2812de6c (diff) | |
* renamed "[x] Show Full Location" to "[x] Editable Location"
* renamed "Edit Location" to "Replace Location"
svn path=/trunk/KDE/kdebase/apps/; revision=875699
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index eb609938f..4b2236267 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -238,10 +238,11 @@ private slots: void toggleEditLocation(); /** - * Switches to the edit mode of the navigation bar. If the edit mode is + * Switches to the edit mode of the navigation bar and selects + * the whole URL, so that it can be replaced by the user. If the edit mode is * already active, it is assured that the navigation bar get focused. */ - void editLocation(); + void replaceLocation(); /** Goes back on step of the URL history. */ void goBack(); |
