Ignore:
Timestamp:
Sep 20, 2012, 12:46:32 PM (12 years ago)
Author:
ldelgass
Message:

sync with trunk

Location:
branches/nanovis2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nanovis2

  • branches/nanovis2/gui/scripts/main.tcl

    r2977 r3175  
    5555option add *Balloon*Radiobutton.font -*-helvetica-medium-r-normal-*-12-*
    5656option add *Balloon*Checkbutton.font -*-helvetica-medium-r-normal-*-12-*
    57 option add *ResultSet.controlbarBackground #6666cc
    58 option add *ResultSet.controlbarForeground white
    59 option add *ResultSet.activeControlBackground #ccccff
    60 option add *ResultSet.activeControlForeground black
     57option add *ResultSelector.controlbarBackground #6666cc
     58option add *ResultSelector.controlbarForeground white
     59option add *ResultSelector.activeControlBackground #ccccff
     60option add *ResultSelector.activeControlForeground black
    6161option add *Radiodial.length 3i
    6262option add *BugReport*banner*foreground white
     
    146146set xmlobj [Rappture::library $params(-tool)]
    147147
    148 set installdir [file dirname $params(-tool)]
    149 if {"." == $installdir} {
    150     set installdir [pwd]
    151 }
     148set installdir [file normalize [file dirname $params(-tool)]]
     149$xmlobj put tool.version.application.directory(tool) $installdir
    152150
    153151set tool [Rappture::Tool ::#auto $xmlobj $installdir]
Note: See TracChangeset for help on using the changeset viewer.