diff -ur scilab-3.0.orig/scilab.star scilab-3.0/scilab.star --- scilab-3.0.orig/scilab.star 2004-11-04 18:19:36.000000000 +0100 +++ scilab-3.0/scilab.star 2004-11-04 18:21:01.000000000 +0100 @@ -118,7 +118,7 @@ // Set the preferred browser ========================================== global %browsehelp -if with_tk()& ~with_gtk() +if with_tk() %browsehelp="Scilab Browser"; elseif with_gtk() %browsehelp="help widget";