# HG changeset patch # User Adrian Buehlmann <adr...@cadifra.com> # Date 1256721651 -3600 # Branch stable # Node ID dd6027c8a77ec7720807939d5aa2a7fc9596c3f6 # Parent 281118d2117181ae258c711a9c7a570eb3527dde 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) diff --git a/tortoisehg/hgtk/statusbar.py b/tortoisehg/hgtk/statusbar.py --- a/tortoisehg/hgtk/statusbar.py +++ b/tortoisehg/hgtk/statusbar.py @@ -41,7 +41,7 @@ class StatusBar(gtk.HBox): 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) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop