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

stable webconf: give edit button a valid icon name

Changeset 80cbb1540fee

Parent aae534aac1e4

by Steve Borho

Changes to one file · Browse files at 80cbb1540fee Showing diff from parent aae534aac1e4 Diff from another changeset...

 
36
37
38
39
 
40
41
42
 
36
37
38
 
39
40
41
42
@@ -36,7 +36,7 @@
  setstdicon(self._qui.open_button, QStyle.SP_DialogOpenButton)   setstdicon(self._qui.save_button, QStyle.SP_DialogSaveButton)   self._qui.add_button.setIcon(qtlib.geticon('fileadd')) - self._qui.edit_button.setIcon(qtlib.geticon('fallback')) # TODO + self._qui.edit_button.setIcon(qtlib.geticon('edit-file'))   self._qui.remove_button.setIcon(qtlib.geticon('filedelete'))     def dragEnterEvent(self, event):