Subversion Repositories Kolibri OS

Rev

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

Rev 6635 Rev 6641
Line 336... Line 336...
336
					{
336
					{
337
						SetProperties(0);
337
						SetProperties(0);
338
					}
338
					}
339
					break;
339
					break;
340
				}
340
				}
341
				EAX = key_ascii << 8;
341
				EAX = key_editbox;
342
				edit_box_key stdcall(#file_name_ed);
342
				edit_box_key stdcall(#file_name_ed);
343
				edit_box_key stdcall(#path_to_file_ed);
343
				edit_box_key stdcall(#path_to_file_ed);
344
				break;
344
				break;
Line 345... Line 345...
345
				
345