From 24330198561c361ae0adf7dde4fd613c094f51b4 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 1 Mar 2009 20:21:35 +0100 Subject: [PATCH] Mention the MIME type of a document that cannot be displayed. --- midori/midori-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))