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

serve: add a dash to the window title

Changeset 3114adb69ac5

Parent d6af17560e9a

by Steve Borho

Changes to one file · Browse files at 3114adb69ac5 Showing diff from parent d6af17560e9a Diff from another changeset...

 
130
131
132
133
 
134
135
136
 
130
131
132
 
133
134
135
136
@@ -130,7 +130,7 @@
  self.set_title(_('%s serve - %s') %   (hglib.toutf(self._webdirconf), hglib.toutf(self.webname)))   else: - self.set_title(hglib.toutf(self.webname) + _(' serve')) + self.set_title(hglib.toutf(self.webname) + _(' - serve'))     def _toolbutton(self, stock, label, handler, menu=None,   userdata=None, tip=None):