Subversion Repositories Kolibri OS

Rev

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

Rev 4319 Rev 4810
Line 253... Line 253...
253
        or       ecx,0xc0880000
253
	or	 ecx,0xc0880000
254
        mov      [color],ecx
254
	mov	 [color],ecx
255
        call    print_msg
255
	call	print_msg
256
        ret
256
	ret
257
@@:
257
@@:
-
 
258
	stdcall _lstrcpy, ntf_msg, ntf_start
-
 
259
	stdcall _lstrcat, ntf_msg, edx
-
 
260
	stdcall _lstrcat, ntf_msg, ntf_end_e
258
        mov     dword [is_notify + 8], edx
261
	mov	dword [is_notify + 8], ntf_msg
259
        mcall   70, is_notify
262
	mcall	70, is_notify
260
        mov     [param],0
263
	mov	[param],0
261
        mov     [hidden],0
264
	mov	[hidden],0
262
        stdcall _lstrcpy,fname_buf,ini_path
265
	stdcall _lstrcpy,fname_buf,ini_path
263
        jmp     no_params
266
	jmp	no_params
Line 277... Line 280...
277
        je       close
280
	je	 close
278
        ret
281
	ret
279
@@:
282
@@:
280
        stdcall  _lstrcpy,msg,ok
283
	stdcall  _lstrcpy,msg,ok
281
        stdcall  _lstrcat,msg,fname_buf
284
	stdcall  _lstrcat,msg,fname_buf
-
 
285
	stdcall _lstrcpy, ntf_msg, ntf_start
-
 
286
	stdcall _lstrcat, ntf_msg, msg
-
 
287
	stdcall _lstrcat, ntf_msg, ntf_end_o
282
        mov      edx,msg
288
	mov	 edx,ntf_smsg
283
        mov      dword [is_notify + 8], edx
289
	mov	 dword [is_notify + 8], edx
284
        mcall    70, is_notify
290
	mcall	 70, is_notify
285
        mcall    5,100
291
	mcall	 5,100
286
        jmp      close
292
	jmp	 close
287
;---------------------------------------------------------------------
293
;---------------------------------------------------------------------
Line 449... Line 455...
449
aUnknownError   db 'Unknown error',0
455
aUnknownError	db 'Unknown error',0
450
rdError         db "You can't save image on itself",0
456
rdError 	db "You can't save image on itself",0
451
error           db 'Error: ',0
457
error		db 'Error: ',0
452
end if
458
end if
453
;---------------------------------------------------------------------
459
;---------------------------------------------------------------------
-
 
460
ntf_start	db '"RDSave\n', 0
-
 
461
ntf_end_o	db '" -tO', 0
-
 
462
ntf_end_e	db '" -tE', 0
-
 
463
;---------------------------------------------------------------------
454
errors:
464
errors:
455
        dd      ok
465
	dd	ok
456
        dd      error1
466
	dd	error1
457
        dd      error2
467
	dd	error2
458
        dd      error3
468
	dd	error3
Line 661... Line 671...
661
color   rd 1
671
color	rd 1
Line 662... Line 672...
662
 
672
 
663
msg:
673
msg:
Line -... Line 674...
-
 
674
	rb 1024
-
 
675
 
-
 
676
ntf_msg:
664
        rb 1024
677
	rb 1024
665
 
678
 
666
folder_data:
679
folder_data:
667
        rb 304*32+32 ; 9 Kb
680
	rb 304*32+32 ; 9 Kb
668
;---------------------------------------------------------------------
681
;---------------------------------------------------------------------