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

stable rename: add trailing dots to "Browse" button

Changeset 2b718cdfb829

Parent 91a9e11f8677

by Yuya Nishihara

Changes to one file · Browse files at 2b718cdfb829 Showing diff from parent 91a9e11f8677 Diff from another changeset...

 
65
66
67
68
 
69
70
71
72
 
73
74
75
 
65
66
67
 
68
69
70
71
 
72
73
74
75
@@ -65,11 +65,11 @@
  self.src_lbl.setAlignment(Qt.AlignRight|Qt.AlignVCenter)   self.src_txt = QLineEdit(src)   self.src_txt.setMinimumWidth(300) - self.src_btn = QPushButton(_('Browse')) + self.src_btn = QPushButton(_('Browse...'))   self.dest_lbl = QLabel(_('Destination:'))   self.dest_lbl.setAlignment(Qt.AlignRight|Qt.AlignVCenter)   self.dest_txt = QLineEdit(dest) - self.dest_btn = QPushButton(_('Browse')) + self.dest_btn = QPushButton(_('Browse...'))   self.copy_chk = QCheckBox(_('Copy source -> destination'))     # some extras