~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/gui/macros/about.sci

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    gettext("http://www.scilab.org/"), a, b($-1)), gettext("About Scilab..."), "scilab", [gettext("Acknowledgements"), gettext("Ok")], "modal");
21
21
 
22
22
if btn==1 then
23
 
  if ~isempty(fileinfo("SCI/ACKNOWLEDGEMENTS")) then // Windows and Linux source version
 
23
  if isfile("SCI/ACKNOWLEDGEMENTS") then // Windows and Linux source version
24
24
    txt = mgetl("SCI/ACKNOWLEDGEMENTS");
25
 
  elseif ~isempty(fileinfo("SCI/../../ACKNOWLEDGEMENTS")) then // Linux binary version
 
25
  elseif isfile("SCI/../../ACKNOWLEDGEMENTS") then // Linux binary version
26
26
    txt = mgetl("SCI/../../ACKNOWLEDGEMENTS");
27
27
  else
28
28
    return