summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-09-17 23:05:29 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2012-09-17 23:05:29 -0400
commit311829199dd9ef7bb84c7c95c5e5be1572c91704 (patch)
treed8012dde5e5ff46135c9069e66fa6a93d06baed9
parentc985fc7b2c64e80af3afe40b1f8811481877db87 (diff)
downloadbeam_profiler-311829199dd9ef7bb84c7c95c5e5be1572c91704.tar.gz
beam_profiler-311829199dd9ef7bb84c7c95c5e5be1572c91704.zip
Name of the directory for saved images fixed yet again
-rw-r--r--gui_win.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui_win.m b/gui_win.m
index 23b8910..23a3873 100644
--- a/gui_win.m
+++ b/gui_win.m
@@ -498,7 +498,7 @@ function button2save_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.picsavepath,'String',horzcat('Image saved to: ',fname_to_save));
image_to_save=uint16(image_display);