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

qtlib: fix reference for WarningMsgBox() from fileEditor()

Changeset 56f70d1a40e4

Parent f2d1560083a7

by Yuya Nishihara

Changes to one file · Browse files at 56f70d1a40e4 Showing diff from parent f2d1560083a7 Diff from another changeset...

 
482
483
484
485
486
 
 
487
 
482
483
484
 
 
485
486
487
@@ -482,6 +482,6 @@
  f.rename()   s.setValue(geomname, dialog.saveGeometry())   except EnvironmentError, e: - qtlib.WarningMsgBox(_('Unable to read/write config file'), - hglib.tounicode(e), parent=dialog) + WarningMsgBox(_('Unable to read/write config file'), + hglib.tounicode(e), parent=dialog)   return ret