summaryrefslogtreecommitdiff
path: root/gui_win.m
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-09-14 19:22:48 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2012-09-14 19:22:48 -0400
commitfb0d0af624c168f637d0af086338e06d2c35cafa (patch)
tree5d75289c6dbcb0d2394e75c0479c4a9f778ae705 /gui_win.m
parentae7f69346a37dd19c14b14ef2a2a3c8583f64a8c (diff)
downloadbeam_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.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui_win.m b/gui_win.m
index d599f41..4ec5177 100644
--- a/gui_win.m
+++ b/gui_win.m
@@ -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);