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

repowidget: remove retranslateUi()

Changeset 7bb6602fc001

Parent 189035934ee7

by Adrian Buehlmann

Changes to one file · Browse files at 7bb6602fc001 Showing diff from parent 189035934ee7 Diff from another changeset...

 
313
314
315
316
317
318
319
320
321
322
323
324
 
313
314
315
 
316
317
 
 
 
318
319
320
@@ -313,12 +313,8 @@
  self.verticalLayout_2.addWidget(self.filelist_splitter)   self.horizontalLayout.addWidget(self.revisions_splitter)   - self.retranslateUi(Form)   QtCore.QMetaObject.connectSlotsByName(Form)   - def retranslateUi(self, Form): - Form.setWindowTitle(QtGui.QApplication.translate("Form", "Form", None, QtGui.QApplication.UnicodeUTF8)) -   def maybeClose(self):   for w in self._quickbars:   if w.isVisible():