Subversion Repositories Kolibri OS

Rev

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

Rev 5643 Rev 5911
Line 270... Line 270...
270
proc ted_but_open_syntax uses eax ebx ecx edi, edit:dword
270
proc ted_but_open_syntax uses eax ebx ecx edi, edit:dword
271
	mov edi,dword[edit]
271
	mov edi,dword[edit]
272
	cmp ted_panel_id,TED_PANEL_SYNTAX
272
	cmp ted_panel_id,TED_PANEL_SYNTAX
273
	jne @f
273
	jne @f
274
		stdcall dword[tl_node_get_data], tree1
274
		stdcall dword[tl_node_get_data], tree1
275
		pop dword[fn_col_option]
275
		mov [fn_col_option],eax
276
		mov ebx,dword[fn_col_option]
276
		mov ebx,eax
277
		call open_unpac_synt_file
277
		call open_unpac_synt_file
278
		cmp ebx,-1
278
		cmp ebx,-1
279
		je @f
279
		je @f
Line 280... Line 280...
280
 
280