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
This commit is contained in:
Jakob Petsovits 2007-12-25 00:43:40 +00:00
parent 8eed64171c
commit 597b083dbc

View file

@ -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",