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

changeset: add gettext wrapper

Changeset b35f5051e8c5

Parent 919fa1acfc67

by Yuki KODAMA

Changes to one file · Browse files at b35f5051e8c5 Showing diff from parent 919fa1acfc67 Diff from another changeset...

 
476
477
478
479
 
480
481
482
 
476
477
478
 
479
480
481
482
@@ -476,7 +476,7 @@
  wfile = util.localpath(self.curfile)   wfile, ext = os.path.splitext(os.path.basename(wfile))   filename = "%s@%d%s" % (wfile, self.currev, ext) - fd = gtklib.NativeSaveFileDialogWrapper(Title = "Save file to", + fd = gtklib.NativeSaveFileDialogWrapper(Title=_("Save file to"),   InitialDir=self.cwd,   FileName=filename)   result = fd.run()