Skip to content
Snippets Groups Projects
Commit 56bb50e8 authored by leprob001's avatar leprob001
Browse files

Updated main gui.

parent 9fb26f0e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ uimenu( ...
uimenu( ...
loadHandle, ...
'Label', 'RFB file', ...
'Callback', 'artoa.controller.loadRfb();' ...
'Callback', 'artoa.controller.file.loadRfb();' ...
);
uimenu( ...
loadHandle, ...
......@@ -38,7 +38,7 @@ uimenu( ...
uimenu( ...
loadHandle, ...
'Label', 'SoSo file', ...
'Callback', 'artoa.controller.loadSoundSourceFile();' ...
'Callback', 'artoa.controller.file.loadSoundSourceFile();' ...
);
......@@ -91,7 +91,8 @@ artoaGui.main.menus.editTimeOfArrival = uimenu( ...
artoaGui.main.menus.edit, ...
'Label', 'Time of arrival', ...
'Callback', 'artoa.controller.edit.timeOfArrival.open();', ...
'Separator', 'on' ...
'Separator', 'on', ...
'Enable', 'off' ...
);
%% Initialize track menu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment