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

stable icons: rename open.svg to thg-repository-open.svg

Changeset dcffdbc16e16

Parent a9554d8c3811

by Angel Ezquerra

Changes to 2 files · Browse files at dcffdbc16e16 Showing diff from parent a9554d8c3811 Diff from another changeset...

Show Entire File icons/​scalable/​actions/​thg-repository-open.svg Stacked
renamed from icons/scalable/actions/open.svg
(No changes)
 
93
94
95
96
 
97
98
 
99
100
101
 
93
94
95
 
96
97
 
98
99
100
101
@@ -93,9 +93,9 @@
  self.selitem = selection[0]     def _action_defs(self): - a = [("open", _("Open"), 'open', + a = [("open", _("Open"), 'thg-repository-open',   _("Open the repository in a new tab"), None, self.open), - ("openAll", _("Open All"), 'open', + ("openAll", _("Open All"), 'thg-repository-open',   _("Open all repositories in new tabs"), None, self.openAll),   ("newGroup", _("New Group"), 'new-group',   _("Create a new group"), None, self.newGroup),