summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fbacca)
raw | patch | inline | side by side (parent: 1fbacca)
author | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Mon, 2 Aug 2010 11:13:05 +0000 (12:13 +0100) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Mon, 2 Aug 2010 11:13:05 +0000 (12:13 +0100) |
If someone attempts to use an older version that Tk 8.4 the error was
masked by the lack of a mc command.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
masked by the lack of a mc command.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index 88b3f8a0865170b98dbcea577d7e223627944b61..c3f6736132625427f248aa9c8624952a1d089b13 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
tk_messageBox \
-icon error \
-type ok \
- -title [mc "git-gui: fatal error"] \
+ -title "git-gui: fatal error" \
-message $err
exit 1
}