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

stable commit: use toolTip instead of statusTip for Copy message

The tip is now located close to the QComboBox instead of to be at
the bottom left of the workbench window.

Changeset d8f38e4f59a7

Parent 8d237f16ab5d

by André Sintzoff

Changes to one file · Browse files at d8f38e4f59a7 Showing diff from parent 8d237f16ab5d Diff from another changeset...

 
210
211
212
213
 
214
215
216
 
210
211
212
 
213
214
215
216
@@ -210,7 +210,7 @@
  self.recentMessagesButton = QToolButton(   text=_('Copy message'),   popupMode=QToolButton.InstantPopup, - statusTip=_('Copy one of the recent commit messages')) + toolTip=_('Copy one of the recent commit messages'))   tbar.addWidget(self.recentMessagesButton)   self.updateRecentMessages()