From fb0d0af624c168f637d0af086338e06d2c35cafa Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Fri, 14 Sep 2012 19:22:48 -0400 Subject: fixed typo in the data directory name --- gui_win.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3