Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: mc cannot be used before msgcat has been loaded
[gitweb.git]
/
git-gui.sh
diff --git
a/git-gui.sh
b/git-gui.sh
index 88b3f8a0865170b98dbcea577d7e223627944b61..c3f6736132625427f248aa9c8624952a1d089b13 100755
(executable)
--- a/
git-gui.sh
+++ b/
git-gui.sh
@@
-38,7
+38,7
@@
if {[catch {package require Tcl 8.4} err]
tk_messageBox \
-icon error \
-type ok \
- -title
[mc "git-gui: fatal error"]
\
+ -title
"git-gui: fatal error"
\
-message $err
exit 1
}