Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7229 → Rev 7245

/programs/cmm/lib/obj/libimg.h
221,7 → 221,7
notify(#save_success_message);
}
else {
notify("'Error saving file! Probably not enought space or file system is not writable!' -E");
notify("'Error saving image file!\nProbably not enought space or file system is not writable!\nPlease, check saving path.' -E");
}
}
}
/programs/cmm/lib/obj/proc_lib.h
21,7 → 21,7
 
struct opendialog
{
dword type;
dword type; //0-file, 2-save, 3-select folder
dword procinfo;
dword com_area_name;
dword com_area;
30,15 → 30,17
dword start_path;
dword draw_window;
dword status;
dword openfile_pach;
dword openfile_path;
dword filename_area;
dword filter_area;
word x_size;
word x_start;
word y_size;
word y_start;
word w;
word x;
word h;
word y;
};
 
char communication_area_name[] = "FFFFFFFF_open_dialog";
char open_dialog_path[] = "/rd/1/File managers/opendial";
 
#endif