0.8.11claws156
[claws.git] / src / plugins / mathml_viewer / mathml_viewer.c
index 58b50eb354d1d3fc536856aa17c7364c7cf0df61..cb8d41ca1c747ce6d78a58195b52ccc5a9467fb3 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <unistd.h>
 
 #include <glib.h>
 #include <gtk/gtk.h>
 #include <gtkmathview/gtkmathview.h>
 
-#include "common/plugin.h"
-#include "common/utils.h"
+#include "plugin.h"
+#include "utils.h"
+#include "intl.h"
 #include "mimeview.h"
 
 typedef struct _MathMLViewer MathMLViewer;
@@ -140,13 +145,13 @@ void plugin_done(void)
 
 const gchar *plugin_name(void)
 {
-       return "MathML Viewer";
+       return _("MathML Viewer");
 }
 
 const gchar *plugin_desc(void)
 {
-       return "This plugin uses the GtkMathView widget to render "
-              "MathML attachments (Content-Type: text/mathml)";
+       return _("This plugin uses the GtkMathView widget to render "
+                "MathML attachments (Content-Type: text/mathml)");
 }
 
 const gchar *plugin_type(void)