Plugins/ViewManagerPlugins/Tabview/Tabview.py

changeset 638
265c31231d9d
parent 560
0a621357b213
child 791
9ec2ac20e54e
diff -r 4e4c729e86cf -r 265c31231d9d Plugins/ViewManagerPlugins/Tabview/Tabview.py
--- a/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Thu Sep 23 19:52:19 2010 +0200
+++ b/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Sat Sep 25 20:25:16 2010 +0200
@@ -227,9 +227,10 @@
             self.__menu.addAction(UI.PixmapCache.getIcon("2rightarrow.png"),
             self.trUtf8('Move Last'), self.__contextMenuMoveLast)
         self.__menu.addSeparator()
-        self.__menu.addAction(UI.PixmapCache.getIcon("close.png"),
+        self.__menu.addAction(UI.PixmapCache.getIcon("tabClose.png"),
             self.trUtf8('Close'), self.__contextMenuClose)
-        self.closeOthersMenuAct = self.__menu.addAction(self.trUtf8("Close Others"), 
+        self.closeOthersMenuAct = self.__menu.addAction(
+            UI.PixmapCache.getIcon("tabCloseOther.png"), self.trUtf8("Close Others"), 
             self.__contextMenuCloseOthers)
         self.__menu.addAction(self.trUtf8('Close All'), self.__contextMenuCloseAll)
         self.__menu.addSeparator()

eric ide

mercurial