summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 84b4b83)
raw | patch | inline | side by side (parent: 84b4b83)
author | Michele Ballabio <barra_cuda@katamail.com> | |
Mon, 30 Mar 2009 19:17:25 +0000 (21:17 +0200) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Fri, 17 Apr 2009 12:47:48 +0000 (22:47 +1000) |
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |
index d151ddb078b7f1bd7669f6e7dc8744483e770786..afb22414191e51f38b47a01fccc918d68b385a20 100755 (executable)
--- a/gitk
+++ b/gitk
incr viewactive($view)
set viewcomplete($view) 0
reset_pending_select {}
- nowbusy $view "Reading"
+ nowbusy $view [mc "Reading"]
if {$showneartags} {
getallcommits
}
set newviewopts($curview,perm) $viewperm($curview)
set newviewopts($curview,cmd) $viewargscmd($curview)
decode_view_opts $curview $viewargs($curview)
- vieweditor $top $curview "Gitk: edit view $viewname($curview)"
+ vieweditor $top $curview "[mc "Gitk: edit view"] $viewname($curview)"
}
proc vieweditor {top n title} {
proc choose_extdiff {} {
global extdifftool
- set prog [tk_getOpenFile -title "External diff tool" -multiple false]
+ set prog [tk_getOpenFile -title [mc "External diff tool"] -multiple false]
if {$prog ne {}} {
set extdifftool $prog
}