X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fwhere-vessels;h=ecf1e063156bbd3ddee66d3359da8a4ab5b6b1da;hb=4f2334b5230b2ee0f3a1416bb7f4019d684fb520;hp=8886c7997aeb24de0adccb7a480803b3f6cf0d31;hpb=7ab71be9a9a6307947b3ac4ffc90e2a6d10f57b4;p=ypp-sc-tools.db-live.git diff --git a/yarrg/where-vessels b/yarrg/where-vessels index 8886c79..ecf1e06 100755 --- a/yarrg/where-vessels +++ b/yarrg/where-vessels @@ -380,7 +380,7 @@ proc acquire_showerror {} { } proc acquire {} { - global clipboard acqdeffont acqerr + global clipboard acqdeffont acqerr errorInfo set old $clipboard if {[catch { set clipboard [clipboard get] @@ -392,6 +392,7 @@ proc acquire {} { } emsg]} { set acqerr "clipboard parsing failed: $emsg" puts stderr $acqerr + append acqerr "\n$errorInfo" regsub -all {.{18}} "error: [string trim $emsg]" "&\n" ewrap .ctrl.acquire.resframe.res configure \ -background red -foreground white -font fixed \