summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Branchaud <marcnarc@xiplink.com>2015-03-23 10:18:16 -0400
committerPaul Mackerras <paulus@samba.org>2015-04-06 14:38:17 +1000
commit157c8e3ddfd3d44805bb5ed02805bc484edc8670 (patch)
tree713f006b9160924461ea68b4c07fbdaa434ff960
parentc47f86c56a371cd8d439c10d19baf92e6e6d5545 (diff)
downloadgit-157c8e3ddfd3d44805bb5ed02805bc484edc8670.tar.gz
gitk: Rearrange window title to be more conventional
Signed-off-by: Marc Branchaud <marcnarc@xiplink.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index 30fcd30767..24b3c748de 100755
--- a/gitk
+++ b/gitk
@@ -12393,7 +12393,7 @@ catch {
}
# wait for the window to become visible
tkwait visibility .
-wm title . "$appname: [reponame]"
+wm title . "[reponame] - $appname"
update
readrefs