Subversion Repositories Kolibri OS

Rev

Rev 7842 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7842 Rev 8418
Line 44... Line 44...
44
    cmpe    byte [eax], 0, @b
44
    cmpe    byte [eax], 0, @b
Line 45... Line 45...
45
 
45
 
46
 ;; CONFIG PBAR
46
 ;; CONFIG PBAR
47
    mov     eax, [ctrl.addr]
47
    mov     eax, [ctrl.addr]
48
    add     eax, NTCTRL_PBAR_MAX
48
    add     eax, NTCTRL_PBAR_MAX
Line 49... Line 49...
49
    mov     dword [eax], 39
49
    mov     dword [eax], MAX_FILES
50
 
50
 
51
    mov     eax, [ctrl.addr]
51
    mov     eax, [ctrl.addr]
Line 126... Line 126...
126
  ;; APPLY NEW TEXT
126
  ;; APPLY NEW TEXT
127
    mov     eax, [ctrl.addr]
127
    mov     eax, [ctrl.addr]
128
    add     eax, NTCTRL_APPLY_TEXT
128
    add     eax, NTCTRL_APPLY_TEXT
129
    mov     byte [eax], 1
129
    mov     byte [eax], 1
Line -... Line 130...
-
 
130
	
130
	
131
	m2m     [fileopen.path], TMP_netsurf
Line 131... Line 132...
131
	mcall   70, fileopen
132
	mcall   70, fileopen
132
 
133
 
133
   ;; CLOSE NOTIFY
134
   ;; CLOSE NOTIFY