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

stable reporegistry: fix two icons for the installer, remove trailing white-space

Changeset fa72883f0186

Parent 58137a08bfc9

by Steve Borho

Changes to one file · Browse files at fa72883f0186 Showing diff from parent 58137a08bfc9 Diff from another changeset...

 
103
104
105
106
 
107
108
109
110
 
111
112
113
 
127
128
129
130
131
132
133
 
103
104
105
 
106
107
108
109
 
110
111
112
113
 
127
128
129
 
130
131
132
@@ -103,11 +103,11 @@
  _("Rename the entry"), None, self.startRename),   ("settings", _("Settings..."), 'settings_user',   _("View the repository's settings"), None, self.startSettings), - ("remove", _("Remove from registry"), 'remove', + ("remove", _("Remove from registry"), 'menudelete',   _("Remove the node and all its subnodes."   " Repositories are not deleted from disk."),   None, self.removeSelected), - ("clone", _("Clone..."), 'clone', + ("clone", _("Clone..."), 'hg-clone',   _("Clone Repository"), None, self.cloneRepo),   ("explore", _("Explore"), 'system-file-manager',   _("Open the repository in Windows Explorer"), None, self.explore), @@ -127,7 +127,6 @@
  def configureActions(self):   for name, desc, icon, tip, key, cb in self._action_defs():   act = self._actions[name] -   if icon:   act.setIcon(qtlib.geticon(icon))   if tip: