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

workbench: giving kudos to the Qt hackers

Changeset 6fbe4f700545

Parent 2a162346f34a

by Steve Borho

Changes to one file · Browse files at 6fbe4f700545 Showing diff from parent 2a162346f34a Diff from another changeset...

 
290
291
292
293
 
 
 
294
295
296
 
290
291
292
 
293
294
295
296
297
298
@@ -290,7 +290,9 @@
  menu='repository')     newaction(_("Help"), self.onHelp, menu='help', icon='help-browser') - newaction(_("About"), self.onAbout, menu='help', icon='thg-logo') + newaction(_("About Qt"), QApplication.aboutQt, menu='help') + newaction(_("About TortoiseHg"), self.onAbout, menu='help', + icon='thg-logo')     newseparator(toolbar='edit')   self.actionBack = \