Add SVG content name to content_type_name array.
svn path=/trunk/netsurf/; revision=3448
This commit is contained in:
parent
84035a2a1d
commit
04fb714f8e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue