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

stable icons: Set proper icon for file history dialog

Changeset ad4441cc4af1

Parent 52a297e02768

by Angel Ezquerra

Changes to one file · Browse files at ad4441cc4af1 Showing diff from parent 52a297e02768 Diff from another changeset...

 
187
188
189
 
190
191
192
 
187
188
189
190
191
192
193
@@ -187,6 +187,7 @@
  dlgdict[filename] = dlg   ufname = hglib.tounicode(filename)   dlg.setWindowTitle(_('Hg file log viewer - %s') % ufname) + dlg.setWindowIcon(geticon('hg-log'))   dlg = dlgdict[filename]   dlg.goto(model._ctx.rev())   dlg.show()