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

stable workbench: Reorder sync icons

Changeset 08177bd3bb2e

Parent d52962734e78

by Peer Sommerlund

Changes to one file · Browse files at 08177bd3bb2e Showing diff from parent d52962734e78 Diff from another changeset...

 
307
308
309
 
 
 
 
 
 
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
 
307
308
309
310
311
312
313
314
315
316
317
318
 
 
 
319
320
321
 
 
 
322
323
324
@@ -307,18 +307,18 @@
  menu.addAction(self.tasktbar.toggleViewAction())   self.menuView.addMenu(menu)   + newaction(_('Pull'), self._repofwd('pull'), icon='pull-24x24', + tooltip=_('Pull incoming changes from default pull target'), + enabled='repoopen', toolbar='sync') + newaction(_('Push'), self._repofwd('push'), icon='push-24x24', + tooltip=_('Push outgoing changes to default push target'), + enabled='repoopen', toolbar='sync')   newaction(_('Incoming'), self._repofwd('incoming'), icon='incoming-24x24',   tooltip=_('Check for incoming changes from default pull target'),   enabled='repoopen', toolbar='sync') - newaction(_('Pull'), self._repofwd('pull'), icon='pull-24x24', - tooltip=_('Pull incoming changes from default pull target'), - enabled='repoopen', toolbar='sync')   newaction(_('Outgoing'), self._repofwd('outgoing'), icon='outgoing-24x24',   tooltip=_('Detect outgoing changes to default push target'),   enabled='repoopen', toolbar='sync') - newaction(_('Push'), self._repofwd('push'), icon='push-24x24', - tooltip=_('Push outgoing changes to default push target'), - enabled='repoopen', toolbar='sync')     self.updateMenu()