Skip to content

Commit

Permalink
Bugfix: Duneuro help link
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Mar 28, 2022
1 parent 5c14f54 commit a9e5ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/forward/panel_duneuro.m
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

% ===== HELP BUTTON =====
jPanelHelp = gui_river([1,1], [12,6,6,6]);
jButtonHelp = gui_component('Button', jPanelHelp, 'right', 'Help', [], [], @(h,ev)web('https://neuroimage.usc.edu/brainstorm/Duneuro', '-browser'), []);
jButtonHelp = gui_component('Button', jPanelHelp, 'right', 'Help', [], [], @(h,ev)web('https://neuroimage.usc.edu/brainstorm/Tutorials/Duneuro', '-browser'), []);
jButtonHelp.setForeground(Color(.7, 0, 0));
c.gridy = 6;
c.weighty = 0;
Expand Down

0 comments on commit a9e5ddb

Please sign in to comment.