Add SVG content name to content_type_name array.

svn path=/trunk/netsurf/; revision=3448
This commit is contained in:
John Mark Bell 2007-07-21 00:14:15 +00:00
parent 84035a2a1d
commit 04fb714f8e
1 changed files with 3 additions and 0 deletions

View File

@ -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"