We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e2491 commit 1d1c97fCopy full SHA for 1d1c97f
git-gui/git-gui--askyesno
@@ -52,5 +52,17 @@ proc yes {} {
52
exit 0
53
}
54
55
+if {$::tcl_platform(platform) eq {windows}} {
56
+ set icopath [file dirname [file normalize $argv0]]
57
+ if {[file tail $icopath] eq {git-core}} {
58
+ set icopath [file dirname $icopath]
59
+ }
60
61
+ set icopath [file join $icopath share git git-for-windows.ico]
62
+ if {[file exists $icopath]} {
63
+ wm iconbitmap . -default $icopath
64
65
+}
66
+
67
wm title . $title
68
tk::PlaceWindow .
0 commit comments