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

stable workbench: use thg-logo.svg as app icon

Changeset bbf6498acc5b

Parent 63ffe0c49de0

by Steve Borho

Changes to 2 files · Browse files at bbf6498acc5b Showing diff from parent 63ffe0c49de0 Diff from another changeset...

Show Entire File icons/​scalable/​actions/​thg-logo.svg Stacked
copied from icons/svg/thg_logo.svg
(No changes)
 
453
454
455
456
 
457
458
459
 
453
454
455
 
456
457
458
459
@@ -453,7 +453,7 @@
  qtlib.fix_application_font()   qtlib.configstyles(ui)   qtlib.initfontcache(ui) - self._mainapp.setWindowIcon(qtlib.geticon('thg_logo')) + self._mainapp.setWindowIcon(qtlib.geticon('thg-logo'))   dlg = dlgfunc(ui, *args, **opts)   if dlg:   dlg.show()