aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyAboutModule.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-03 02:18:59 +0800
committerChristian Persch <chpe@src.gnome.org>2005-11-03 02:18:59 +0800
commit11a032f69278c27d78f2a44471ce2bc273c42de5 (patch)
tree688b4e94cd17b27f89aaaa91e755d9780f0b7261 /embed/mozilla/EphyAboutModule.h
parente98c738bd0be921da14d1d92ed055dc51a57f428 (diff)
downloadgsoc2013-epiphany-11a032f69278c27d78f2a44471ce2bc273c42de5.tar
gsoc2013-epiphany-11a032f69278c27d78f2a44471ce2bc273c42de5.tar.gz
gsoc2013-epiphany-11a032f69278c27d78f2a44471ce2bc273c42de5.tar.bz2
gsoc2013-epiphany-11a032f69278c27d78f2a44471ce2bc273c42de5.tar.lz
gsoc2013-epiphany-11a032f69278c27d78f2a44471ce2bc273c42de5.tar.xz
gsoc2013-epiphany-11a032f69278c27d78f2a44471ce2bc273c42de5.tar.zst
gsoc2013-epiphany-11a032f69278c27d78f2a44471ce2bc273c42de5.zip
Add titles with title capitalisation, and chanage the icon on the
2005-11-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: * embed/mozilla/EphyAboutModule.h: Add titles with title capitalisation, and chanage the icon on the netOffline error page.
Diffstat (limited to 'embed/mozilla/EphyAboutModule.h')
-rw-r--r--embed/mozilla/EphyAboutModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyAboutModule.h b/embed/mozilla/EphyAboutModule.h
index d829d9b0b..2826b49a0 100644
--- a/embed/mozilla/EphyAboutModule.h
+++ b/embed/mozilla/EphyAboutModule.h
@@ -59,7 +59,7 @@ class EphyAboutModule : public nsIAboutModule
nsresult Redirect(const nsACString&, nsIChannel**);
nsresult ParseURL(const char*, nsACString&, nsACString&, nsACString&, nsACString&, nsACString&);
#ifdef HAVE_GECKO_1_8
- nsresult GetErrorMessage(nsIURI*, const char*, char**, char**, char**, char**);
+ nsresult GetErrorMessage(nsIURI*, const char*, char**, char**, char**, char**, char**, char**);
nsresult CreateErrorPage(nsIURI*, nsIChannel**);
#endif
nsresult CreateRecoverPage(nsIURI*, nsIChannel**);