Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

repowidget: use new icon for mq tab

to be coherent with b63e560a15fb

Changeset 0442de40f2a0

Parent 23808f9cf85e

by André Sintzoff

Changes to one file · Browse files at 0442de40f2a0 Showing diff from parent 23808f9cf85e Diff from another changeset...

 
164
165
166
167
168
 
 
169
170
171
 
164
165
166
 
 
167
168
169
170
171
@@ -164,8 +164,8 @@
    if 'mq' in self.repo.extensions():   self.mqDemand = w = DemandWidget('createMQWidget', self) - self.mqTabIndex = idx = tt.addTab(w, qtlib.geticon('thg-mq'), '') - tt.setTabToolTip(idx, _("Patch Queue", "tab tooltip")) + self.mqTabIndex = idx = tt.addTab(w, qtlib.geticon('thg-qrefresh'), '') + tt.setTabToolTip(idx, _("MQ Patch", "tab tooltip"))   self.namedTabs['mq'] = idx   else:   self.mqTabIndex = -1