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 some tabs

Changeset 51cb352c1e6f

Parent 1001976be872

by Steve Borho

Changes to one file · Browse files at 51cb352c1e6f Showing diff from parent 1001976be872 Diff from another changeset...

 
27
28
29
30
31
 
32
33
34
 
27
28
29
 
 
30
31
32
33
@@ -27,8 +27,7 @@
  from tortoisehg.hgqt.about_ui import Ui_AboutDialog  except ImportError:   from PyQt4 import uic - Ui_AboutDialog = uic.loadUiType(os.path.join(os.path.dirname(__file__), - 'about.ui'))[0] + Ui_AboutDialog = uic.loadUiType(os.path.join(os.path.dirname(__file__), 'about.ui'))[0]    class AboutDialog(QDialog):   """Dialog for showing info about TortoiseHg"""