projects
/
gitk
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d48085
)
[PATCH] gitk: Mark another string for translation
author
Michele Ballabio
<barra_cuda@katamail.com>
Mon, 3 Mar 2008 20:12:47 +0000
(21:12 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 10 Mar 2008 06:40:51 +0000
(17:40 +1100)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index bf6485b6e0a65bb1edc6250b67590b9cf36a65e6..aaa35f632bba5816b17028649d9ebc8938e59b81 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-1876,7
+1876,7
@@
proc newview {ishighlight} {
raise $top
return
}
- set newviewname($nextviewnum) "
View
$nextviewnum"
+ set newviewname($nextviewnum) "
[mc "View"]
$nextviewnum"
set newviewperm($nextviewnum) 0
set newviewargs($nextviewnum) [shellarglist $revtreeargs]
set newviewargscmd($nextviewnum) $viewargscmd($curview)