summaryrefslogtreecommitdiff
path: root/gui_win.m
diff options
context:
space:
mode:
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);