Subversion Repositories Kolibri OS

Rev

Rev 7506 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7506 Rev 7614
Line 215... Line 215...
215
				if (id==SAVE_LETTER)
215
				if (id==SAVE_LETTER)
216
				{
216
				{
217
					if (!mailstart) break;
217
					if (!mailstart) break;
218
					CreateFile(strlen(mailstart), mailstart, "mail.txt");
218
					CreateFile(strlen(mailstart), mailstart, "mail.txt");
219
					pause(10);
219
					pause(10);
220
					RunProgram("tinypad", "mail.txt");
220
					RunProgram("/sys/tinypad", "mail.txt");
221
				}
221
				}
222
				if (id==STOP_LOADING) 
222
				if (id==STOP_LOADING) 
223
				{
223
				{
224
					StopLoading();
224
					StopLoading();
225
					DrawStatusBar();
225
					DrawStatusBar();