mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
8eed64171c
commit
597b083dbc
1 changed files with 2 additions and 2 deletions
|
@ -154,10 +154,10 @@ void DolphinPart::createActions()
|
||||||
connect(goActionGroup, SIGNAL(triggered(QAction*)),
|
connect(goActionGroup, SIGNAL(triggered(QAction*)),
|
||||||
this, SLOT(slotGoTriggered(QAction*)));
|
this, SLOT(slotGoTriggered(QAction*)));
|
||||||
|
|
||||||
createGoAction("go_applications", "start-here",
|
createGoAction("go_applications", "start-here-kde",
|
||||||
i18nc("@action:inmenu Go", "App&lications"), QString("programs:/"),
|
i18nc("@action:inmenu Go", "App&lications"), QString("programs:/"),
|
||||||
goActionGroup);
|
goActionGroup);
|
||||||
createGoAction("go_network_folders", "drive-remote",
|
createGoAction("go_network_folders", "folder-remote",
|
||||||
i18nc("@action:inmenu Go", "&Network Folders"), QString("remote:/"),
|
i18nc("@action:inmenu Go", "&Network Folders"), QString("remote:/"),
|
||||||
goActionGroup);
|
goActionGroup);
|
||||||
createGoAction("go_settings", "preferences-system",
|
createGoAction("go_settings", "preferences-system",
|
||||||
|
|
Loading…
Reference in a new issue