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 commit menu command

Changeset 21696017ae01

Parent c0729acfa8df

by Yuki KODAMA

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

 
733
734
735
736
 
737
738
739
 
733
734
735
 
736
737
738
739
@@ -733,7 +733,7 @@
  if self.is_merge():   return ()   else: - return [(_('_Commit'), commit, 'MARS'),] + return [(_('_Commit'), commit, 'MARS', gtk.STOCK_OK),]     def delete(self, window, event):   if not self.should_live():