Ignore:
Timestamp:
Mar 16, 2013, 8:33:10 AM (11 years ago)
Author:
gah
Message:

start of string trim fixes for gauge and switch (boolean)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/gauge.tcl

    r3330 r3510  
    226226            if { "" == $nvUnits} {
    227227                set msg [Rappture::Units::description $units]
    228                 error "Unrecognized units: $newval\nEnter value with units of $msg"
     228                error "unrecognized units in value \"$newval\": should be value with units of $msg"
    229229            }
    230230            set nv [Rappture::Units::convert $nv \
Note: See TracChangeset for help on using the changeset viewer.