We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3234b40 commit e2e119aCopy full SHA for e2e119a
git-gui/git-gui--askyesno
@@ -59,5 +59,17 @@ if {$::tcl_platform(platform) eq {windows}} {
59
}
60
61
62
+if {$::tcl_platform(platform) eq {windows}} {
63
+ set icopath [file dirname [file normalize $argv0]]
64
+ if {[file tail $icopath] eq {git-core}} {
65
+ set icopath [file dirname $icopath]
66
+ }
67
68
+ set icopath [file join $icopath share git git-for-windows.ico]
69
+ if {[file exists $icopath]} {
70
+ wm iconbitmap . -default $icopath
71
72
+}
73
+
74
wm title . $title
75
tk::PlaceWindow .
0 commit comments