Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

quickbar: use Jump icon instead of Go text

Changeset d1fa1a969b60

Parent 1482f9a458f3

by André Sintzoff

Changes to one file · Browse files at d1fa1a969b60 Showing diff from parent 1482f9a458f3 Diff from another changeset...

 
260
261
262
263
 
264
265
266
 
260
261
262
 
263
264
265
266
@@ -260,7 +260,7 @@
    def createActions(self, openkey, desc):   QuickBar.createActions(self, openkey, desc) - self._actions['go'] = QAction('Go', self) + self._actions['go'] = QAction(geticon('go-jump'), _('Go'), self)   self._actions['go'].triggered.connect(self.goto)     def goto(self):