Ignore:
Timestamp:
Jul 27, 2016, 12:52:31 PM (8 years ago)
Author:
ldelgass
Message:

merge r6442 from trunk to 1.6 branch (glyph settings tab fix)

Location:
branches/1.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6

    • Property svn:mergeinfo changed
      /trunkmerged: 6442
  • branches/1.6/gui/scripts/vtkviewer.tcl

    r6363 r6443  
    758758    }
    759759    if { $_haveGlyphs } {
    760         if { ![$itk_component(main) exists "Glyphs Settings"] } {
     760        if { ![$itk_component(main) exists "Glyph Settings"] } {
    761761            if { [catch { BuildGlyphsTab } errs ]  != 0 } {
    762762                puts stderr "errs=$errs"
Note: See TracChangeset for help on using the changeset viewer.