View | Details | Raw Unified
Collapse All | Expand All

(-) scilab-3.0.orig/scilab.star (-1 / +1 lines)
 Lines 118-124    Link Here 
// Set the preferred browser  ==========================================
// Set the preferred browser  ==========================================
global %browsehelp
global %browsehelp
if with_tk()& ~with_gtk()
if with_tk()
  %browsehelp="Scilab Browser";
  %browsehelp="Scilab Browser";
elseif with_gtk()
elseif with_gtk()
  %browsehelp="help widget";
  %browsehelp="help widget";