diff options
Diffstat (limited to 'lib/error.tcl')
-rw-r--r-- | lib/error.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.tcl b/lib/error.tcl index 13565b7ab0..712d217553 100644 --- a/lib/error.tcl +++ b/lib/error.tcl @@ -99,6 +99,6 @@ proc hook_failed_popup {hook msg} { bind $w <Visibility> "grab $w; focus $w" bind $w <Key-Return> "destroy $w" - wm title $w [append "[appname] ([reponame]): " [mc "error"]] + wm title $w [strcat "[appname] ([reponame]): " [mc "error"]] tkwait window $w } |