# HG changeset patch
# User Wagner Bruna <wbr...@softwareexpress.com.br>
# Date 1256755879 7200
# Branch stable
# Node ID 5f040a4a86290d4db4515901755766f819fa2914
# Parent  0c590019e83395748291020a1f989280bae0e2a3
quickop: make title more explicit

Add 'hg' before the command name to make it clearer for international users
that it's a wrapper for an hg command.

diff --git a/tortoisehg/hgtk/quickop.py b/tortoisehg/hgtk/quickop.py
--- a/tortoisehg/hgtk/quickop.py
+++ b/tortoisehg/hgtk/quickop.py
@@ -44,7 +44,7 @@
 
         os.chdir(repo.root)
         self.repo = repo
-        self.set_title(hglib.get_reponame(repo) + ' ' + command)
+        self.set_title(hglib.get_reponame(repo) + ' - hg ' + command)
         self.command = command
 
         labels = { 'add': (_('Select files to add'), _('Add')),

------------------------------------------------------------------------------
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

Reply via email to