aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-13 04:41:16 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-13 04:41:16 +0800
commit0777997cc8ede06e71e2b1783adb51d95705e11c (patch)
treee31191cdfff34f139cade29d18ccb52c46d2e9b9 /embed/webkit
parent9345f8419eb679a8d1417c3f808fbb870c924d9a (diff)
downloadgsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.gz
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.bz2
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.lz
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.xz
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.zst
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.zip
Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_name.
svn path=/trunk/; revision=7678
Diffstat (limited to 'embed/webkit')
-rw-r--r--embed/webkit/webkit-embed-single.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/webkit/webkit-embed-single.cpp b/embed/webkit/webkit-embed-single.cpp
index e1d3e2b01..58fb0b88a 100644
--- a/embed/webkit/webkit-embed-single.cpp
+++ b/embed/webkit/webkit-embed-single.cpp
@@ -130,7 +130,7 @@ impl_get_backend_name (EphyEmbedSingle *esingle)
{
/* If you alter the return values here, remember to update
* the docs in ephy-embed-single.c */
- return "webkit";
+ return "WebKit";
}
static GList *