Subversion Repositories Kolibri OS

Rev

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

Rev 2263 Rev 2273
Line 525... Line 525...
525
	mov	cx,13
525
	mov	cx,13
526
	mcall	8,<6,50>,,4
526
	mcall	8,<6,50>,,4
527
; text on settings buttons
527
; text on settings buttons
528
	mov	ebx,9 shl 16+5
528
	mov	ebx,9 shl 16+5
529
	mov	al,4
529
	mov	al,4
530
	mov	ecx,[color_table+28]
530
	mov	ecx,[color_table+32]
531
	push	buttons1names
531
	push	buttons1names
532
	pop	edx
532
	pop	edx
533
	push	8
533
	push	8
534
	pop	esi
534
	pop	esi
535
;--------------------------------------
535
;--------------------------------------
536
@@:
-
 
537
	mcall
536
	mcall
538
	add	edx,esi
537
	add	edx,esi
539
	add	ebx,16
538
	add	ebx,16
-
 
539
	mcall
540
	cmp	[edx-6],byte ' '
540
	add	edx,esi
-
 
541
	add	ebx,16
-
 
542
	mov	ecx,[color_table+28]
541
	jnz	@b
543
	mcall
542
; text on compress and decompress buttons
544
; text on compress and decompress buttons
543
	or	ecx,80000000h
545
	or	ecx,80000000h
544
	mcall	,<367,7>,,aCompress
546
	mcall	,<367,7>,,aCompress
545
	mcall	,<359,25>,,aDecompress
547
	mcall	,<359,25>,,aDecompress
546
	ret
548
	ret