[Xfce4-commits] <midori:master> Mention online FAQ if documentation is not installed
Christian Dywan
noreply at xfce.org
Tue Aug 2 00:10:02 CEST 2011
Updating branch refs/heads/master
to 504188151e1dc98cf68eaab179c536a117ed7bce (commit)
from 630e23412aea5914d7fc549ccd66abb15aa2a5ca (commit)
commit 504188151e1dc98cf68eaab179c536a117ed7bce
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Aug 2 00:02:00 2011 +0200
Mention online FAQ if documentation is not installed
midori/midori-view.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 01519c7..b0b163a 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -3898,10 +3898,11 @@ midori_view_set_uri (MidoriView* view,
"<body><h1>%s</h1>"
"<img src=\"%s\" "
"style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
- "<p />There is no documentation installed at %s."
+ "<p />There is no documentation installed at %s. "
"You may want to ask your distribution or "
"package maintainer for it or if this a custom build "
- "verify that the build is setup properly."
+ "verify that the build is setup properly. "
+ "<a href=\"http://wiki.xfce.org/midori/faq\">View the FAQ online</a>"
"</body></html>",
title, title, logo_uri, view->uri);
g_free (title);
More information about the Xfce4-commits
mailing list