diff options
| author | Jakob Petsovits <[email protected]> | 2007-12-25 00:43:40 +0000 |
|---|---|---|
| committer | Jakob Petsovits <[email protected]> | 2007-12-25 00:43:40 +0000 |
| commit | 597b083dbc3984aeb68b14634308ca98cf098cfd (patch) | |
| tree | 0be0909e268405a1fc7c5899c56fcf430245b8f7 /src | |
| parent | 8eed64171cfdee8be2690e4fb7e0aaeb3aafc6e5 (diff) | |
Icon naming spec compliance (code changes - KDE/):
drive-remote -> folder-remote
Seems like all of the drive-remote occurrences in SVN
make a perfect fit for being replaced by folder-remote
(which is specified by the naming spec).
svn path=/trunk/KDE/kdebase/apps/; revision=752590
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 12ba14a9f..3a1e6f72c 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -154,10 +154,10 @@ void DolphinPart::createActions() connect(goActionGroup, SIGNAL(triggered(QAction*)), this, SLOT(slotGoTriggered(QAction*))); - createGoAction("go_applications", "start-here", + createGoAction("go_applications", "start-here-kde", i18nc("@action:inmenu Go", "App&lications"), QString("programs:/"), goActionGroup); - createGoAction("go_network_folders", "drive-remote", + createGoAction("go_network_folders", "folder-remote", i18nc("@action:inmenu Go", "&Network Folders"), QString("remote:/"), goActionGroup); createGoAction("go_settings", "preferences-system", |
