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

stable sync: fix icon name

Changeset dde90df2cc75

Parent c7af6eab1162

by Steve Borho

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

 
80
81
82
83
 
84
85
86
 
80
81
82
 
83
84
85
86
@@ -80,7 +80,7 @@
  layout.setContentsMargins(2, 2, 2, 2)   else:   self.setWindowTitle(_('TortoiseHg Sync')) - self.setWindowIcon(qtlib.geticon('sync')) + self.setWindowIcon(qtlib.geticon('thg-sync'))   self.resize(850, 550)     tb = QToolBar(self)