Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/normalize-path-copy-ceil' into maint
[gitweb.git]
/
git-gui
/
lib
/
blame.tcl
diff --git
a/git-gui/lib/blame.tcl
b/git-gui/lib/blame.tcl
index b1d15f46218e793866bee9300684663e2c04fd29..a1aeb8b96e2df47c776bd1bb373fac6c5189a3ae 100644
(file)
--- a/
git-gui/lib/blame.tcl
+++ b/
git-gui/lib/blame.tcl
@@
-70,7
+70,7
@@
constructor new {i_commit i_path i_jump} {
set path $i_path
make_toplevel top w
- wm title $top [
append "[appname] ([reponame]): " [mc "File Viewer"
]]
+ wm title $top [
mc "%s (%s): File Viewer" [appname] [reponame
]]
set font_w [font measure font_diff "0"]