Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6970 → Rev 6971

/programs/network/netstat/netstat.asm
1,6 → 1,6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2010-2016. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2010-2017. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;; netstat.asm - Network Status Tool for KolibriOS ;;
104,6 → 104,10
; Fill rectangle
mcall 13, 1 shl 16 + BOX_WIDTH-1, 26 shl 16 + BOX_HEIGHT-1, 0x00F3F3F3
 
; Undefine IP settings button
mov edx, 0x80000002
mcall 8
 
; Fill tab buttons
mov eax, 13
mov ebx, 6 shl 16 + 53