Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable hginit: fix dialog title

Changeset bdb235b679c9

Parent ad075480ec4a

by Yuki KODAMA

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

 
19
20
21
22
 
23
24
25
 
19
20
21
 
22
23
24
25
@@ -19,7 +19,7 @@
  """ Dialog to initialize a Mercurial repo """   def __init__(self, repos=[]):   """ Initialize the Dialog """ - gtk.Dialog.__init__(self, title=_('Create a new repository')) + gtk.Dialog.__init__(self, title=_('TortoiseHg Init'))   gtklib.set_tortoise_icon(self, 'menucreaterepos.ico')   gtklib.set_tortoise_keys(self)   self.set_resizable(False)