From: Doug Maxey Date: Sun, 10 Dec 2006 20:31:46 +0000 (-0600) Subject: [PATCH] gitk: add current directory to main window title X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=6c2833284d84d1128f44dbfd846c81ef93f07a3c;p=gitk [PATCH] gitk: add current directory to main window title This can help people keep track of which gitk is which, when they have several on the screen. Signed-off-by: Doug Maxey Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index 3dabc69..33bac1f 100755 --- a/gitk +++ b/gitk @@ -6293,6 +6293,7 @@ set stuffsaved 0 set patchnum 0 setcoords makewindow +wm title . "[file tail $argv0]: [file tail [pwd]]" readrefs if {$cmdline_files ne {} || $revtreeargs ne {}} {