Changeset 3083 for branches

Show
Ignore:
Timestamp:
05/23/11 20:31:17 (12 months ago)
Author:
pkwi
Message:

One edit was missing for implementation of Gnuplot in mcgui

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mcstas-1.x/lib/tools/perl/mcguilib.pl

    r3081 r3083  
    556556      $formatchoice_val='NeXus/HDF file'; } 
    557557    if ($MCSTAS::mcstas_config{'NEXUS'} ne "") { 
    558       $opts = ['PGPLOT (original McStas)', 
     558      $opts = ['PGPLOT (original McStas)','Gnuplot (-"-)', 
    559559        'Matlab (requires Matlab)', 'Matlab scriptfile', 
    560560        'Scilab (requires Scilab)', 'Scilab scriptfile', 
    561561        'HTML/VRML document','NeXus/HDF file']; 
    562562    } else { 
    563       $opts = ['PGPLOT (original McStas)', 
     563      $opts = ['PGPLOT (original McStas)','Gnuplot (-"-)', 
    564564        'Matlab (requires Matlab)', 'Matlab scriptfile', 
    565565        'Scilab (requires Scilab)', 'Scilab scriptfile',