Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

bugreport: simple import of gdialog

Changeset 2e15ff0e6818

Parent 62a8dbcb6a1b

by Steve Borho

Changes to one file · Browse files at 2e15ff0e6818 Showing diff from parent 62a8dbcb6a1b Diff from another changeset...

 
11
12
13
14
 
15
16
 
17
18
19
 
11
12
13
 
14
15
 
16
17
18
19
@@ -11,9 +11,9 @@
 from mercurial import extensions  from thgutil.i18n import _  from thgutil import hglib, version -from hggtk.gdialog import GDialog +from hggtk import gdialog   -class BugReport(GDialog): +class BugReport(gdialog.GDialog):   """GTK+ based dialog for displaying traceback info to the user in a   cut-paste friendly manner. And include a number of useful bit of   information like version numbers, etc.