Ignore:
Timestamp:
May 4, 2016, 1:24:40 AM (8 years ago)
Author:
ldelgass
Message:

fix error msg

File:
1 edited

Legend:

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

    r6302 r6303  
    571571            return $dlist
    572572        }
    573         -image {
     573        "-image" {
    574574            if {[llength $args] != 2} {
    575575                error "wrong # args: should be \"get -image view\""
     
    585585        }
    586586        default {
    587             error "bad option \"$op\": should be -objects or -image"
     587            error "bad option \"$op\": should be -objects, -visible or -image"
    588588        }
    589589    }
Note: See TracChangeset for help on using the changeset viewer.