Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable repowidget: add ellipsis to appropriate menus

Changeset dd9454f8cbcb

Parent 79214da197e6

by André Sintzoff

Changes to one file · Browse files at dd9454f8cbcb Showing diff from parent 79214da197e6 Diff from another changeset...

 
999
1000
1001
1002
1003
1004
 
 
 
1005
1006
1007
 
999
1000
1001
 
 
 
1002
1003
1004
1005
1006
1007
@@ -999,9 +999,9 @@
  menu = QMenu(self)   acts = []   for name, cb in ( - (_('Fold patches'), qfoldact), - (_('Delete patches'), qdeleteact), - (_('Reorder patches'), qreorderact)): + (_('Fold patches...'), qfoldact), + (_('Delete patches...'), qdeleteact), + (_('Reorder patches...'), qreorderact)):   act = QAction(name, self)   act.triggered.connect(cb)   acts.append(act)