Changeset 6092


Ignore:
Timestamp:
Mar 3, 2016, 6:19:57 PM (9 years ago)
Author:
ldelgass
Message:

Fix error in setType

File:
1 edited

Legend:

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

    r6091 r6092  
    468468itcl::body Rappture::Map::setType { type } {
    469469    if { ![info exists _mapTypes($type)] } {
    470         error "unknown map type \"$mapType\": should be one of [array names _mapTypes]"
     470        error "unknown map type \"$type\": should be one of [array names _mapTypes]"
    471471    }
    472472    $_tree set root "type" $type
Note: See TracChangeset for help on using the changeset viewer.