]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Adding icon name "tab-close-other" to replace "tab-close" where the action is to...
authorJames Richard Tyrer <tyrerj@acm.org>
Sun, 18 May 2008 15:31:24 +0000 (15:31 +0000)
committerJames Richard Tyrer <tyrerj@acm.org>
Sun, 18 May 2008 15:31:24 +0000 (15:31 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=809235

src/dolphinmainwindow.cpp

index 51cb22e9d426aaa2b9c33d26ae36e689e6d8922d..21ef3a984a386fc67266e7f024e6da0beb6a7158 100644 (file)
@@ -737,7 +737,7 @@ void DolphinMainWindow::openTabContextMenu(int index, const QPoint& pos)
     QAction* newTabAction = menu.addAction(KIcon("tab-new"), i18nc("@action:inmenu", "New Tab"));
     newTabAction->setShortcut(actionCollection()->action("new_tab")->shortcut());
 
-    QAction* closeOtherTabsAction = menu.addAction(KIcon("tab-close"), i18nc("@action:inmenu", "Close Other Tabs"));
+    QAction* closeOtherTabsAction = menu.addAction(KIcon("tab-close-other"), i18nc("@action:inmenu", "Close Other Tabs"));
 
     QAction* closeTabAction = menu.addAction(KIcon("tab-close"), i18nc("@action:inmenu", "Close Tab"));
     closeTabAction->setShortcut(actionCollection()->action("close_tab")->shortcut());