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

hgignore: convert title encoding to UTF-8

Changeset d4c3f8fdc271

Parent c04ea54dcf0c

by Yuki KODAMA

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

Change 1 of 1 Show Entire File hggtk/​hgignore.py Stacked
 
24
25
26
27
 
28
29
30
 
24
25
26
 
27
28
29
30
@@ -24,7 +24,7 @@
  gtklib.set_tortoise_keys(self)     self.root = paths.find_root() - self.set_title(_('Ignore filter for ') + os.path.basename(self.root)) + self.set_title(_('Ignore filter for ') + hglib.toutf(os.path.basename(self.root)))   self.set_default_size(630, 400)   self.notify_func = None