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

stable qtlib: add missing import for gettext _() method (closes #595)

Changeset 898510895102

Parent c74e82dd5a8e

by Steve Borho

Changes to one file · Browse files at 898510895102 Showing diff from parent c74e82dd5a8e Diff from another changeset...

 
17
18
19
 
20
21
22
 
17
18
19
20
21
22
23
@@ -17,6 +17,7 @@
 from mercurial import extensions    from tortoisehg.util import hglib, paths, wconfig +from tortoisehg.hgqt.i18n import _  from hgext.color import _styles    from PyQt4.QtCore import *