Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

commit: add icon to shelve menu command

Changeset ef0d1265b30d

Parent 21696017ae01

by Yuki KODAMA

Changes to one file · Browse files at ef0d1265b30d Showing diff from parent 21696017ae01 Diff from another changeset...

 
104
105
106
107
 
108
109
110
 
104
105
106
 
107
108
109
110
@@ -104,7 +104,7 @@
  if self.is_merge():   return ()   else: - return ((_('_Shelve'), shelve, 'MAR'),) + return ((_('_Shelve'), shelve, 'MAR', 'shelve.ico'),)       def should_live(self, widget=None, event=None):