0.8.11claws163
[claws.git] / src / plugins / mathml_viewer / mathml_viewer.c
index cb8d41ca1c747ce6d78a58195b52ccc5a9467fb3..59a63ff985459000dd2b26491ba3cf67f4475f41 100644 (file)
@@ -124,9 +124,12 @@ static MimeViewer *mathml_viewer_create(void)
        return (MimeViewer *) viewer;
 }
 
+static gchar *content_types[] =
+       {"text/mathml", NULL};
+
 static MimeViewerFactory mathml_viewer_factory =
 {
-       "text/mathml",
+       content_types,
        0,
        
        mathml_viewer_create,