aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyAboutRedirector.cpp
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-03-07 03:41:43 +0800
committerXan Lopez <xan@src.gnome.org>2003-03-07 03:41:43 +0800
commit789fcc6e7ce4840ecb294e0d00aa06f989bc974f (patch)
treeef3caa4ca14d229594d3298b4bb89257a28f4001 /embed/mozilla/EphyAboutRedirector.cpp
parent2d790e3b02e5f479571f618713f2fed3857cd2a2 (diff)
downloadgsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.gz
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.bz2
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.lz
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.xz
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.zst
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.zip
about: world comination
about: world comination
Diffstat (limited to 'embed/mozilla/EphyAboutRedirector.cpp')
-rw-r--r--embed/mozilla/EphyAboutRedirector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/EphyAboutRedirector.cpp b/embed/mozilla/EphyAboutRedirector.cpp
index faab56850..2a011060b 100644
--- a/embed/mozilla/EphyAboutRedirector.cpp
+++ b/embed/mozilla/EphyAboutRedirector.cpp
@@ -56,7 +56,8 @@ struct RedirEntry {
};
static RedirEntry kRedirMap[] = {
- { "epiphany", "file://" SHARE_DIR "/epiphany.html" },
+ { "epiphany", "file://" SHARE_DIR "/epiphany.xhtml" },
+ { "conspiracy", "file://" SHARE_DIR "/conspiracy.xhtml" },
{ "options", "http://epiphany.mozdev.org/about/options.html" },
{ "marco", "http://mpgritti.oltrelinux.com" }
};