diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-14 19:22:48 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-14 19:22:48 -0400 |
commit | fb0d0af624c168f637d0af086338e06d2c35cafa (patch) | |
tree | 5d75289c6dbcb0d2394e75c0479c4a9f778ae705 /gui_win.m | |
parent | ae7f69346a37dd19c14b14ef2a2a3c8583f64a8c (diff) | |
download | beam_profiler-fb0d0af624c168f637d0af086338e06d2c35cafa.tar.gz beam_profiler-fb0d0af624c168f637d0af086338e06d2c35cafa.zip |
fixed typo in the data directory name
Diffstat (limited to 'gui_win.m')
-rw-r--r-- | gui_win.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -483,7 +483,7 @@ function pushbutton3_Callback(hObject, eventdata, handles) global image_name; global image_display; %fname_to_save = horzcat(pwd,filesep,'saved_images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); -fname_to_save = horzcat('Z:\beam_profier images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); +fname_to_save = horzcat('Z:\beam_profiler_images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); set(handles.text12,'String',horzcat('Image saved to: ',fname_to_save)); image_to_save=uint16(image_display); |