225 self.trUtf8('Move First'), self.__contextMenuMoveFirst) |
225 self.trUtf8('Move First'), self.__contextMenuMoveFirst) |
226 self.lastMenuAct = \ |
226 self.lastMenuAct = \ |
227 self.__menu.addAction(UI.PixmapCache.getIcon("2rightarrow.png"), |
227 self.__menu.addAction(UI.PixmapCache.getIcon("2rightarrow.png"), |
228 self.trUtf8('Move Last'), self.__contextMenuMoveLast) |
228 self.trUtf8('Move Last'), self.__contextMenuMoveLast) |
229 self.__menu.addSeparator() |
229 self.__menu.addSeparator() |
230 self.__menu.addAction(UI.PixmapCache.getIcon("close.png"), |
230 self.__menu.addAction(UI.PixmapCache.getIcon("tabClose.png"), |
231 self.trUtf8('Close'), self.__contextMenuClose) |
231 self.trUtf8('Close'), self.__contextMenuClose) |
232 self.closeOthersMenuAct = self.__menu.addAction(self.trUtf8("Close Others"), |
232 self.closeOthersMenuAct = self.__menu.addAction( |
|
233 UI.PixmapCache.getIcon("tabCloseOther.png"), self.trUtf8("Close Others"), |
233 self.__contextMenuCloseOthers) |
234 self.__contextMenuCloseOthers) |
234 self.__menu.addAction(self.trUtf8('Close All'), self.__contextMenuCloseAll) |
235 self.__menu.addAction(self.trUtf8('Close All'), self.__contextMenuCloseAll) |
235 self.__menu.addSeparator() |
236 self.__menu.addSeparator() |
236 self.saveMenuAct = \ |
237 self.saveMenuAct = \ |
237 self.__menu.addAction(UI.PixmapCache.getIcon("fileSave.png"), |
238 self.__menu.addAction(UI.PixmapCache.getIcon("fileSave.png"), |