Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

statusbar: fix ui text for transient Running state

Standard on Microsoft Windows for transient states is the
form "Running..." (showing three dots at the end)

Changeset 3decd98a3d5d

Parent bb57b13e5efc

by Adrian Buehlmann

Changes to one file · Browse files at 3decd98a3d5d Showing diff from parent bb57b13e5efc Diff from another changeset...

 
41
42
43
44
 
45
46
47
 
41
42
43
 
44
45
46
47
@@ -41,7 +41,7 @@
  self.pbar.pulse()   return True   - def begin(self, msg=_('Running'), timeout=100): + def begin(self, msg=_('Running...'), timeout=100):   self.pbox.set_child_visible(True)   self.pbox.map()   self.set_status_text(msg)