[PATCH] gitk: Use translated version of "Command line" in getcommitlines.

Subsystems: the rest

STALE3743d

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] gitk: Use translated version of "Command line" in getcommitlines.

From: Marc Branchaud <hidden>
Date: 2016-06-15 23:04:23

Signed-off-by: Marc Branchaud <redacted>
---

I noticed this today.  I think this change is needed for getcommitlines to
work properly with translated gitk's.

		M.

 gitk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitk b/gitk
index 90419e3..fd5b50a 100755
--- a/gitk
+++ b/gitk
@@ -1442,7 +1442,7 @@ proc getcommitlines {fd inst view updating}  {
 	    if {[string range $err 0 4] == "usage"} {
 		set err "Gitk: error reading commits$fv:\
 			bad arguments to git log."
-		if {$viewname($view) eq "Command line"} {
+		if {$viewname($view) eq [mc "Command line"]} {
 		    append err \
 			"  (Note: arguments to gitk are passed to git log\
 			 to allow selection of commits to be displayed.)"
-- 
2.3.5

Re: [PATCH] gitk: Use translated version of "Command line" in getcommitlines.

From: Paul Mackerras <hidden>
Date: 2016-06-15 23:04:48

On Tue, Apr 07, 2015 at 11:53:37AM -0400, Marc Branchaud wrote:
Signed-off-by: Marc Branchaud <redacted>
---

I noticed this today.  I think this change is needed for getcommitlines to
work properly with translated gitk's.
Thanks, applied.

Paul.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help