Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7508 → Rev 7509

/programs/network/ftpc/ftpc.asm
750,7 → 750,7
 
; data
str_title db 'FTP client for KolibriOS',0
str_welcome db 'FTP client for KolibriOS v0.15a',10
str_welcome db 'FTP client for KolibriOS v0.15b',10
db 10,0
str_srv_addr db 'Please enter ftp server address.',10,0
 
/programs/network/ftpc/gui.inc
74,6 → 74,9
stdcall dword[tl_data_init], tree1
stdcall dword[tl_data_init], tree2
 
or dword[tree1.style], 8 ;tl_cursor_pos_limited - restrict cursor move to existing nodes
or dword[tree2.style], 8 ;tl_cursor_pos_limited
; read icons
load_image_file 'tl_sys_16.png', icon_tl_sys