Changeset 783 for trunk/src/uigetfile_uvmat.m
- Timestamp:
- Jun 5, 2014, 10:39:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uigetfile_uvmat.m
r714 r783 147 147 uiresume(hfig) 148 148 case 'status_display' 149 File Type=get_file_type(FullSelectName);150 if strcmp(File Type,'txt')149 FileInfo=get_file_type(FullSelectName); 150 if strcmp(FileInfo.FileType,'txt') 151 151 edit(FullSelectName) 152 elseif strcmp(File Type,'xml')152 elseif strcmp(FileInfo.FileType,'xml') 153 153 editxml(FullSelectName) 154 elseif strcmp(File Type,'figure')154 elseif strcmp(FileInfo.FileType,'figure') 155 155 open(FullSelectName) 156 156 else
Note: See TracChangeset
for help on using the changeset viewer.