Subversion Repositories Kolibri OS

Rev

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

Rev 1489 Rev 1592
Line 24... Line 24...
24
  tc dd ?   ; +10 ¢à¥¬. ᮧ¤ ­¨ï
24
  tc dd ?   ; +10 ¢à¥¬. ᮧ¤ ­¨ï
25
  td dd ?   ; +14 ¢à¥¬. 㤠«¥­¨ï
25
  td dd ?   ; +14 ¢à¥¬. 㤠«¥­¨ï
26
ends
26
ends
Line 27... Line 27...
27
 
27
 
28
 
28
 
Line 29... Line 29...
29
hed db 'TextEditor 09.06.10',0 ;¯®¤¯¨áì ®ª­ 
29
hed db 'TextEditor 25.08.10',0 ;¯®¤¯¨áì ®ª­ 
30
sc system_colors
30
sc system_colors
31
 
31
 
Line 105... Line 105...
105
		jmp .ret_f
105
		jmp .ret_f
106
	@@:
106
	@@:
Line 107... Line 107...
107
 
107
 
108
	copy_path open_dialog_name,communication_area_default_path,file_name,0
108
	copy_path open_dialog_name,communication_area_default_path,file_name,0
109
	mov [OpenDialog_data.type],0
109
	mov [OpenDialog_data.type],0
110
	start_OpenDialog OpenDialog_data
110
	stdcall [OpenDialog_Start],OpenDialog_data
111
	cmp [OpenDialog_data.status],2
111
	cmp [OpenDialog_data.status],2
112
	jne @f
112
	jne @f
113
		stdcall mem_spac, msgbox_9.fdp,100
113
		stdcall mem_spac, msgbox_9.fdp,100
114
		mov esi,file_name
114
		mov esi,file_name