Skip to content

Commit 9cb268c

Browse files
committed
git-gui: mc cannot be used before msgcat has been loaded
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 <[email protected]>
1 parent 1fbacca commit 9cb268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if {[catch {package require Tcl 8.4} err]
3838
tk_messageBox \
3939
-icon error \
4040
-type ok \
41-
-title [mc "git-gui: fatal error"] \
41+
-title "git-gui: fatal error" \
4242
-message $err
4343
exit 1
4444
}

0 commit comments

Comments
 (0)