Changeset 3653


Ignore:
Timestamp:
May 15, 2013 1:03:15 PM (11 years ago)
Author:
mmc
Message:

Fixed a problem with "wizard" mode that came from the new untrimmed
string behavior of the library. Added some string trims.

File:
1 edited

Legend:

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

    r3647 r3653  
    279279# adjust the title of the page here.
    280280# to adjust the button text, look in analyzer.tcl
    281 set simtxt [$xmlobj get tool.action.label]
     281set simtxt [string trim [$xmlobj get tool.action.label]]
    282282if {"" == $simtxt} {
    283283    set simtxt "Simulate"
     
    308308    $f.analyze configure -simcontrol off
    309309} elseif {[llength [$win.pager page]] == 2} {
    310     set style [$xmlobj get tool.layout]
     310    set style [string trim [$xmlobj get tool.layout]]
    311311    set screenw [winfo screenwidth .]
    312312
Note: See TracChangeset for help on using the changeset viewer.