netsurf is coming back

git-svn-id: svn://kolibrios.org@7835 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-04-28 19:56:44 +00:00
parent 4c9dd0828e
commit f7731a6366
2 changed files with 7 additions and 7 deletions

View File

@ -269,14 +269,14 @@ dirname_res_pointers db '/tmp0/1/res/pointers', 0
dirname_res_throbber db '/tmp0/1/res/throbber', 0
dirname_res_icons db '/tmp0/1/res/icons', 0
url db 'www.ashmew2.me/',0
url db 'www.kolibri-n.org/files/netsurf/',0
; I don't know why NOTIFY_CHANGE doesn't work for the first file
; so I use this small shit to fix it at NOTIFY_RUN phase
filelist_first db '/tmp0/1/netsurf-kolibrios', 0
filelist_first db '/tmp0/1/netsurf', 0
filelist db 'netsurf-kolibrios', 0
db 'netsurf-kolibrios.map', 0
filelist db 'netsurf', 0
;db 'netsurf-kolibrios.map', 0 ;what this???
db 'res/adblock.css', 0
db 'res/quirks.css', 0
db 'res/Messages', 0
@ -377,14 +377,14 @@ rb 2048
fi_launch:
dd 7, 0, params, 0, 0
db "@notify", 0
db "/sys/@notify", 0
fileopen dd 7
dd 0 ; flags
dd 0 ; parameters
dd 0 ; reserved
dd 0 ; reserved
db "/tmp0/1/netsurf-kolibrios", 0 ; path
db "/tmp0/1/netsurf", 0 ; path
;=====================================================================
I_END:

View File

@ -25,7 +25,7 @@ usage_str db 'Written by diamond in 2006-2009 specially for KolibriOS',10
db 10
db 'Window usage:',10
db ' Select file with PATH-button or set all data in the',10
db ' text fileds manually, then press an appropriate button',10
db ' text fields manually, then press an appropriate button',10
usage_len = $ - usage_str
already_str db 'Already packed kernel.mnt file',10
already_len = $ - already_str