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: Change "Manage MQ patch queues" tool icon from THG logo to MQ icon

Changeset e8bed3c03ea6

Parent cefc20ff7a67

by Angel Ezquerra

Changes to one file · Browse files at e8bed3c03ea6 Showing diff from parent cefc20ff7a67 Diff from another changeset...

 
30
31
32
33
 
34
35
36
 
30
31
32
 
33
34
35
36
@@ -30,7 +30,7 @@
  def __init__(self, repo, parent=None):   super(QQueueDialog, self).__init__(parent)   - self.setWindowIcon(qtlib.geticon('thg_logo')) + self.setWindowIcon(qtlib.geticon('thg-mq'))   self.setWindowTitle(_('Manage MQ patch queues'))   self.setWindowFlags(self.windowFlags()   & ~Qt.WindowContextHelpButtonHint)