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

sync, commit: rename 'More Options' to simply 'Options', use similar ordering

Changeset e6ecdc39ff26

Parent ba3bbb597b04

by Steve Borho

Changes to 2 files · Browse files at e6ecdc39ff26 Showing diff from parent ba3bbb597b04 Diff from another changeset...

 
131
132
133
134
 
135
136
137
 
131
132
133
 
134
135
136
137
@@ -131,7 +131,7 @@
  self.branchop = None   hbox.addWidget(branchbutton)   - self.detailsbutton = QPushButton(_('More Options')) + self.detailsbutton = QPushButton(_('Options'))   self.detailsbutton.pressed.connect(self.details)   hbox.addWidget(self.detailsbutton)  
 
92
93
94
95
96
 
97
98
 
99
100
101
 
92
93
94
 
 
95
96
97
98
99
100
101
@@ -92,10 +92,10 @@
  hbox.addWidget(tb)   self.layout().addLayout(hbox)   - self.detailsbutton = QPushButton(_('More Options')) - hbox.addWidget(self.detailsbutton) + self.detailsbutton = QPushButton(_('Options'))   self.postpullbutton = QPushButton()   hbox.addWidget(self.postpullbutton) + hbox.addWidget(self.detailsbutton)   tb.setMaximumHeight(self.postpullbutton.sizeHint().height())   if 'perfarce' in self.repo.extensions():   self.p4pbutton = QPushButton(_('p4pending'))