mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
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
Block a user