From 3c5317cf54aebe40e8aaa2a6e107579c33184449 Mon Sep 17 00:00:00 2001 From: François Revol Date: Tue, 31 Dec 2013 15:13:36 +0100 Subject: beos: Fix embedded files in resources - drop the remaining hardcoded files in rdef file - add favicon.png - remove en/ symlink - add real folders with symlinks for translated files like GTK Note the Messages files are also included although the current code is not able to load them from the resources. - add symlinks for html files to the en/ version (TODO: try to remap automatically) --- beos/res/en | 1 - beos/res/en/Messages | 1 + beos/res/en/credits.html | 1 + beos/res/en/licence.html | 1 + beos/res/en/welcome.html | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) delete mode 120000 beos/res/en create mode 120000 beos/res/en/Messages create mode 120000 beos/res/en/credits.html create mode 120000 beos/res/en/licence.html create mode 120000 beos/res/en/welcome.html (limited to 'beos/res/en') diff --git a/beos/res/en b/beos/res/en deleted file mode 120000 index d1dfaa9d2..000000000 --- a/beos/res/en +++ /dev/null @@ -1 +0,0 @@ -../../!NetSurf/Resources/en \ No newline at end of file diff --git a/beos/res/en/Messages b/beos/res/en/Messages new file mode 120000 index 000000000..72c9eff90 --- /dev/null +++ b/beos/res/en/Messages @@ -0,0 +1 @@ +../../../!NetSurf/Resources/en/Messages \ No newline at end of file diff --git a/beos/res/en/credits.html b/beos/res/en/credits.html new file mode 120000 index 000000000..1ba17392b --- /dev/null +++ b/beos/res/en/credits.html @@ -0,0 +1 @@ +../../../!NetSurf/Resources/en/credits.html,faf \ No newline at end of file diff --git a/beos/res/en/licence.html b/beos/res/en/licence.html new file mode 120000 index 000000000..147dd6db2 --- /dev/null +++ b/beos/res/en/licence.html @@ -0,0 +1 @@ +../../../!NetSurf/Resources/en/licence.html,faf \ No newline at end of file diff --git a/beos/res/en/welcome.html b/beos/res/en/welcome.html new file mode 120000 index 000000000..28362130a --- /dev/null +++ b/beos/res/en/welcome.html @@ -0,0 +1 @@ +../../../!NetSurf/Resources/en/welcome.html,faf \ No newline at end of file -- cgit v1.2.3