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

backout: add empty subTitle to CommitPage

In ClassicStyle and ModernStyle, using subtitles is necessary to make
the header appear.
See http://doc.qt.nokia.com/4.7/qwizardpage.html#subTitle-prop

Changeset ea9b86ccd400

Parent 1fa1ad620f01

by André Sintzoff

Changes to one file · Browse files at ea9b86ccd400 Showing diff from parent 1fa1ad620f01 Diff from another changeset...

 
356
357
358
 
359
360
361
 
356
357
358
359
360
361
362
@@ -356,6 +356,7 @@
  self.commitComplete = False     self.setTitle(_('Commit backout and merge results')) + self.setSubTitle(' ')   self.setLayout(QVBoxLayout())   self.setCommitPage(True)