From 04fb714f8e9d37bb2ac2fd7cf412a779042a0f2f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 21 Jul 2007 00:14:15 +0000 Subject: Add SVG content name to content_type_name array. svn path=/trunk/netsurf/; revision=3448 --- content/content.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index d5ec7e51c..b35802af7 100644 --- a/content/content.c +++ b/content/content.c @@ -212,6 +212,9 @@ const char *content_type_name[] = { #endif #ifdef WITH_ARTWORKS "ARTWORKS", +#endif +#if defined(WITH_NS_SVG) || defined(WITH_RSVG) + "SVG", #endif "OTHER", "UNKNOWN" -- cgit v1.2.3