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

stable icons: copy remove.svg to scalable/actions/hg-remove.svg

Fixes icons for quickop dialog when performing a remove or forget.

Changeset 38a9ea4aa38c

Parent 805f941ee0c1

by Steve Borho

Changes to 2 files · Browse files at 38a9ea4aa38c Showing diff from parent 805f941ee0c1 Diff from another changeset...

Show Entire File icons/​scalable/​actions/​hg-remove.svg Stacked
copied from icons/svg/remove.svg
(No changes)
 
21
22
23
24
25
 
 
26
27
 
28
29
30
 
21
22
23
 
 
24
25
26
 
27
28
29
30
@@ -21,10 +21,10 @@
  'revert': (_('Checkmark files to revert'), _('Revert')),   'remove': (_('Checkmark files to remove'), _('Remove')),}   -ICONS = { 'add': 'add', - 'forget': 'remove', +ICONS = { 'add': 'fileadd', + 'forget': 'hg-remove',   'revert': 'hg-revert', - 'remove': 'remove',} + 'remove': 'hg-remove',}    class QuickOpDialog(QDialog):   """ Dialog for performing quick dirstate operations """