Subversion Repositories Kolibri OS

Rev

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

Rev 1643 Rev 3951
Line 163... Line 163...
163
	
163
	
164
	cmp	[OpenDialog_data.status],1
164
	cmp	[OpenDialog_data.status],1
165
	jne	still
165
	jne	still
166
;---------------------------------------------------------------------
166
;---------------------------------------------------------------------
167
open_1:
167
open_1:
Line 168... Line 168...
168
	mcall	40,100111b
168
	mcall	40,0x80000027 ; 100111b
169
 
169
 
170
	mov	eax,file_path
170
	mov	eax,file_path
Line 309... Line 309...
309
	cmp	[OpenDialog_data.status],1
309
	cmp	[OpenDialog_data.status],1
310
	jne	still
310
	jne	still
311
;---------------------------------------------------------------------
311
;---------------------------------------------------------------------
312
save1:
312
save1:
313
save_enter:
313
save_enter:
314
	mcall	40,100111b
314
	mcall	40,0x80000027 ; 100111b
Line 315... Line 315...
315
 
315
 
Line 316... Line 316...
316
	call	analizing_picture_to_palette
316
	call	analizing_picture_to_palette
317
 
317