Update !Unicode URL. Ensure revision tag gets updated.
svn path=/trunk/netsurf/; revision=2599
This commit is contained in:
parent
21dd10bcda
commit
1822e9bfd8
|
@ -1,4 +1,4 @@
|
|||
| Boot file for NetSurf. ( $Revision: 1.11 $ )
|
||||
| Boot file for NetSurf. ( $Revision$ )
|
||||
|
|
||||
| This file sets up various system variables which NetSurf may use.
|
||||
| Additionally, it places the NetSurf application sprites into the Wimp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
| Run file for NetSurf. ( $Revision: 1.48 $ )
|
||||
| Run file for NetSurf. ( $Revision$ )
|
||||
|
|
||||
| This file ensures that the system resources required by NetSurf are
|
||||
| present. Additionally, it forces setting of system variables related
|
||||
|
@ -26,7 +26,7 @@ RMEnsure WindowManager 3.80 Error NetSurf requires the Nested Window Manager. Th
|
|||
If "<System$Path>" = "" Then Set System$Path_Message System resources not found.
|
||||
If "<Wimp$ScrapDir>" = "" Then Error Scrap resource not found.
|
||||
If "<InetDBase$Path>" = "" Then Error Internet resources can not be found
|
||||
If "<Unicode$Path>" = "" Then Error NetSurf requires the !Unicode resource. This can be found, along with the Iconv module, at http://moose.mine.nu/iconv_latest.zip
|
||||
If "<Unicode$Path>" = "" Then Error NetSurf requires the !Unicode resource. This can be found, along with the Iconv module, at http://netsurf.sourceforge.net/iconv/
|
||||
If "<Inet$MimeMappings>" = "" Then Set Inet$MimeMappings InetDBase:MimeMap
|
||||
|
||||
| Define this alias for clarity
|
||||
|
|
Loading…
Reference in New Issue