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

stable workbench: tidy view menu

Changeset 57360c247089

Parent 364cf8faca73

by Adrian Buehlmann

Changes to one file · Browse files at 57360c247089 Showing diff from parent 364cf8faca73 Diff from another changeset...

 
241
242
243
244
 
245
246
247
248
 
249
250
251
 
241
242
243
 
244
245
246
247
 
248
249
250
251
@@ -241,11 +241,11 @@
  menu='view', toolbar='edit',   tooltip=_('Refresh current repository'))   newaction(_("Refresh &Task Tab"), self._repofwd('reloadTaskTab'), - icon='tasktab-refresh', enabled='repoopen', + enabled='repoopen',   shortcut=modifiedkeysequence('Refresh', modifier='Shift'),   tooltip=_('Refresh only the current task tab'),   menu='view') - newaction(_("Load all"), self.loadall, icon='thg-log-load-all', + newaction(_("Load all"), self.loadall,   enabled='repoopen', menu='view', shortcut='Shift+Ctrl+A',   tooltip=_('Load all revisions into graph'))