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

stable move password.svg according to icons/readme.txt

Changeset 05d075e8c560

Parent 606634f7e78f

by Adrian Buehlmann

Changes to 2 files · Browse files at 05d075e8c560 Showing diff from parent 606634f7e78f Diff from another changeset...

Show Entire File icons/​scalable/​actions/​thg-password.svg Stacked
renamed from icons/svg/password.svg
(No changes)
 
168
169
170
171
 
172
173
174
 
168
169
170
 
171
172
173
174
@@ -168,7 +168,7 @@
  self.schemecombo.currentIndexChanged.connect(self.refreshUrl)   hbox.addWidget(self.schemecombo)   - self.securebutton = QPushButton(qtlib.geticon('password'), '') + self.securebutton = QPushButton(qtlib.geticon('thg-password'), '')   self.securebutton.setToolTip(   _('Manage HTTPS connection security and user authentication'))   hbox.addWidget(self.securebutton)