Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

setup: give hg.exe and hgtk.exe icons

Changeset d0d910085a5a

Parent fcc8b13ec20d

by Steve Borho

Changes to one file · Browse files at d0d910085a5a Showing diff from parent fcc8b13ec20d Diff from another changeset...

 
92
93
94
95
 
 
 
 
96
97
98
 
92
93
94
 
95
96
97
98
99
100
101
@@ -92,7 +92,10 @@
  except ImportError:   pass   - extra['console'] = ['hg', 'hgtk'] + extra['console'] = [ + {'script':'hg', 'icon_resources':[(0,'icons/hg.ico')]}, + {'script':'hgtk', 'icon_resources':[(0,'icons/thg_logo.ico')]} + ]  except ImportError:   pass