Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable commit: set the icon to Branch dialog

Changeset 87eb53dfb6c7

Parent fc43a344f860

by Yuki KODAMA

Changes to 2 files · Browse files at 87eb53dfb6c7 Showing diff from parent fc43a344f860 Diff from another changeset...

Added image
 
30
31
32
 
33
34
35
 
30
31
32
33
34
35
36
@@ -30,6 +30,7 @@
  gtk.Dialog.__init__(self, parent=None, flags=gtk.DIALOG_MODAL,   buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,   gtk.STOCK_OK, gtk.RESPONSE_OK)) + gtklib.set_tortoise_icon(self, 'branch.ico')   gtklib.set_tortoise_keys(self)   self.set_title(_('Branch Operations'))   self.newbranch = None