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

about: remove one extra space

Changeset a882f13edca9

Parent 48c061c54905

by Steve Borho

Changes to one file · Browse files at a882f13edca9 Showing diff from parent 48c061c54905 Diff from another changeset...

 
50
51
52
53
 
54
55
56
 
50
51
52
 
53
54
55
56
@@ -50,7 +50,7 @@
  thglogofile = paths.get_tortoise_icon('thg_logo_92x50.png')   self._qui.logo_label.setPixmap(QPixmap(thglogofile))   - thgv = (_('version %s') % version.version()) + thgv = (_('version %s') % version.version())   libv = (_('with Mercurial-%s, Python-%s, PyQt-%s, Qt-%s') % \   (hglib.hgversion, make_version(sys.version_info[0:3]),   PYQT_VERSION_STR, QT_VERSION_STR))