From: Christian Dywan Date: Sun, 1 Mar 2009 19:21:35 +0000 (+0100) Subject: Mention the MIME type of a document that cannot be displayed. X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24330198561c361ae0adf7dde4fd613c094f51b4;p=midori Mention the MIME type of a document that cannot be displayed. --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 5330122a..a4d6d830 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -1691,9 +1691,9 @@ midori_view_set_uri (MidoriView* view, "

%s

" "" - "

The document %s cannot be displayed." + "

The document %s of type %s cannot be displayed." "", - title, title, view->uri); + title, title, view->uri, view->mime_type); g_free (title); } else if (!strncmp (uri, "error:nodocs ", 13))