mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 05:57:00 +03:00
b055948973
Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
13 lines
467 B
Plaintext
13 lines
467 B
Plaintext
Set NetSurf$Dir <Obey$Dir>
|
|
|
|
IconSprites <NetSurf$Dir>.!Sprites
|
|
Set File$Type_F79 CSS
|
|
|
|
| Acorn URI protocol
|
|
If "<Alias$Open_URI_http>" = "" Then Set Alias$Open_URI_http <NetSurf$Dir>.URILaunch
|
|
If "<Alias$Open_URI_https>" = "" Then Set Alias$Open_URI_https <NetSurf$Dir>.URILaunch
|
|
If "<Alias$Open_URI_file>" = "" Then Set Alias$Open_URI_file <NetSurf$Dir>.URILaunch
|
|
|
|
| Claim URI files
|
|
|If "<Alias$@RunType_F91>" = "" Then Set Alias$@RunType_F91 <NetSurf$Dir>.URILaunch
|