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

recovery: convert title encoding to UTF-8

Changeset 81bac394eb0e

Parent b1351aecb822

by Yuki KODAMA

Changes to one file · Browse files at 81bac394eb0e Showing diff from parent b1351aecb822 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​recovery.py Stacked
 
34
35
36
37
 
38
39
40
 
34
35
36
 
37
38
39
40
@@ -34,7 +34,7 @@
  self.set_default_size(600, 400)     name = os.path.basename(os.path.abspath(self.root)) - self.set_title(_('TortoiseHg Recovery - ') + name) + self.set_title(_('TortoiseHg Recovery - ') + hglib.toutf(name))     # toolbar   self.tbar = gtk.Toolbar()