diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-23 11:23:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-23 11:23:59 -0800 |
commit | e98d6df75260312e906278705f78f2eee39cc8fc (patch) | |
tree | f86ce97ef1d41b7dc99ad1dc67f109d8cf6399e7 /git-gui/macosx | |
parent | 9ea0980a091b16501d143261eed40072030892e8 (diff) | |
parent | 3baee1f3bf8e30f0fc67bbb1a49877bf0660fd29 (diff) | |
download | git-e98d6df75260312e906278705f78f2eee39cc8fc.tar.gz git-e98d6df75260312e906278705f78f2eee39cc8fc.tar.xz |
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
* 'maint' of git://repo.or.cz/git-gui:
git-gui: Focus insertion point at end of strings in repository chooser
git-gui: Avoid hardcoded Windows paths in Cygwin package files
git-gui: Default TCL_PATH to same location as TCLTK_PATH
git-gui: Paper bag fix error dialogs opening over the main window
git-gui: Ensure error dialogs always appear over all other windows
git-gui: relax "dirty" version detection
git-gui: support Git Gui.app under OS X 10.5
Diffstat (limited to 'git-gui/macosx')
-rw-r--r-- | git-gui/macosx/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/macosx/Info.plist b/git-gui/macosx/Info.plist index 99913ec57..b3bf15fa1 100644 --- a/git-gui/macosx/Info.plist +++ b/git-gui/macosx/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>Wish</string> + <string>@@GITGUI_TKEXECUTABLE@@</string> <key>CFBundleGetInfoString</key> <string>Git Gui @@GITGUI_VERSION@@ © 2006-2007 Shawn Pearce, et. al.</string> <key>CFBundleIconFile</key> |