Mention the MIME type of a document that cannot be displayed.

This commit is contained in:
Christian Dywan 2009-03-01 20:21:35 +01:00
parent 73feaf9ae1
commit 2433019856

View file

@ -1691,9 +1691,9 @@ midori_view_set_uri (MidoriView* view,
"<body><h1>%s</h1>"
"<img src=\"file://" DATADIR "/midori/logo-shade.png\" "
"style=\"position: absolute; right: 15px; bottom: 15px;\">"
"<p />The document %s cannot be displayed."
"<p />The document %s of type %s cannot be displayed."
"</body></html>",
title, title, view->uri);
title, title, view->uri, view->mime_type);
g_free (title);
}
else if (!strncmp (uri, "error:nodocs ", 13))