Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Allow users to choose/create/clone a repository
[gitweb.git]
/
lib
/
option.tcl
diff --git
a/lib/option.tcl
b/lib/option.tcl
index 03bc08f128b5ab24d716d45b52c3480c889424b6..12e297971a01bfecd4c2007feddea5e47d2d822c 100644
(file)
--- a/
lib/option.tcl
+++ b/
lib/option.tcl
@@
-308,7
+308,7
@@
proc do_restore_defaults {} {
proc do_save_config {w} {
if {[catch {save_config} err]} {
- error_popup [
append
[mc "Failed to completely save options:"] "\n\n$err"]
+ error_popup [
strcat
[mc "Failed to completely save options:"] "\n\n$err"]
}
reshow_diff
destroy $w