Skip to content

Commit

Permalink
Updated the homepage url in the About box.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart-heitmann committed Mar 21, 2018
1 parent 891a53d commit bf24c55
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions bdGUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -476,15 +476,12 @@
function SystemAbout()
msg = {'The Brain Dynamics Toolbox'
['Version ' this.version]
'http://www.bdtoolbox.org'
''
'Stewart Heitmann, Michael Breakspear'
'Copyright (C) 2016-2018'
'QIMR Berghofer Medical Research Institute'
'BSD 2-clause Open-Source License'
''
'Project Leaders'
'Stewart Heitmann & Michael Breakspear'
'http://bdtoolbox.blogspot.com.au'
''
'BSD 2-clause License'
};
uiwait(helpdlg(msg,'About'));
end
Expand Down

0 comments on commit bf24c55

Please sign in to comment.