From 311829199dd9ef7bb84c7c95c5e5be1572c91704 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Mon, 17 Sep 2012 23:05:29 -0400 Subject: Name of the directory for saved images fixed yet again --- gui_win.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3