Fixed a typo
This commit is contained in:
@@ -271,7 +271,7 @@ c= get(hObject,'String')
|
||||
|
||||
[filename,pathname, FILTERINDEX] = uigetfile( ...
|
||||
{strcat('*', handles.Ext), strcat(handles.Ext,'-files') }, ...
|
||||
'MultiSelect', 'on', 'Selet the Calibration image', handles.path);
|
||||
'MultiSelect', 'on', 'Select the Calibration image', handles.path);
|
||||
handles.ref_file=[];
|
||||
if FILTERINDEX==1
|
||||
handles.ref_file = strcat(pathname, filename);
|
||||
@@ -330,7 +330,7 @@ c= get(hObject,'String')
|
||||
|
||||
[filename,pathname, FILTERINDEX] = uigetfile( ...
|
||||
{strcat('*', handles.Ext), strcat(handles.Ext,'-files') }, ...
|
||||
'MultiSelect', 'on', 'Selet the Calibration image', handles.path);
|
||||
'MultiSelect', 'on', 'Select the Calibration image', handles.path);
|
||||
handles.ref_file=[];
|
||||
if FILTERINDEX==1
|
||||
handles.ref_file = strcat(pathname, filename);
|
||||
|
||||
Reference in New Issue
Block a user