diff options
author | Marc Branchaud <marcnarc@xiplink.com> | 2015-03-23 10:18:16 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2015-04-06 14:38:17 +1000 |
commit | 157c8e3ddfd3d44805bb5ed02805bc484edc8670 (patch) | |
tree | 713f006b9160924461ea68b4c07fbdaa434ff960 | |
parent | gitk: sv.po: Update Swedish translation (305t0f0u) (diff) | |
download | tgif-157c8e3ddfd3d44805bb5ed02805bc484edc8670.tar.xz |
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-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12393,7 +12393,7 @@ catch { } # wait for the window to become visible tkwait visibility . -wm title . "$appname: [reponame]" +wm title . "[reponame] - $appname" update readrefs |