Subversion Repositories Kolibri OS

Rev

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

Rev 7580 Rev 7631
Line 76... Line 76...
76
		
76
		
77
		or dword[tree1.style], 8 ;tl_cursor_pos_limited - restrict cursor move to existing nodes
77
		or dword[tree1.style], 8 ;tl_cursor_pos_limited - restrict cursor move to existing nodes
Line 78... Line 78...
78
		or dword[tree2.style], 8 ;tl_cursor_pos_limited
78
		or dword[tree2.style], 8 ;tl_cursor_pos_limited
79
		
79
		
Line 80... Line 80...
80
        ; read icons
80
        ; read icons
81
        load_image_file 'tl_sys_16.png', icon_tl_sys
81
        load_image_file 'ftpc_sys.png', icon_tl_sys
82
 
82
 
83
        mov     [filestruct.ptr], eax
83
        mov     [filestruct.ptr], eax
Line 90... Line 90...
90
        m2m     dword[tree1.data_img_sys], dword[icon_tl_sys]
90
        m2m     dword[tree1.data_img_sys], dword[icon_tl_sys]
91
        m2m     dword[tree2.data_img_sys], dword[icon_tl_sys]
91
        m2m     dword[tree2.data_img_sys], dword[icon_tl_sys]
Line 92... Line 92...
92
 
92
 
93
      @@:
93
      @@:
94
        ; read nodes icon file
94
        ; read nodes icon file
Line 95... Line 95...
95
        load_image_file 'tl_nod_16.png', icon_tl_nod
95
        load_image_file 'ftpc_nod.png', icon_tl_nod
96
 
96
 
97
        mov     [filestruct.ptr], eax
97
        mov     [filestruct.ptr], eax
98
        ;mov    [filestruct.subfn], 0
98
        ;mov    [filestruct.subfn], 0