fix CID 1596595: Resource leaks, and CID 1596594: (CHECKED_RETURN)
[claws.git] / src / plugins / vcalendar / plugin.c
index 8074156ff84410ccb3a01432392aec81d581974f..ba43d1a98acdd3ce8921b1e6a53381416d4d0b58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
  * Copyright (C) 1999-2007 Colin Leroy <colin@colino.net> and 
  * the Claws Mail team
  *
@@ -41,7 +41,7 @@
 gint plugin_init(gchar **error)
 {
        if (!check_plugin_version(MAKE_NUMERIC_VERSION(3,13,2,39),
-                               VERSION_NUMERIC, _(PLUGIN_NAME), error))
+                               VERSION_NUMERIC, PLUGIN_NAME, error))
                return -1;
 
        tzset();
@@ -86,7 +86,7 @@ const gchar *plugin_desc(void)
 
 const gchar *plugin_type(void)
 {
-       return "GTK2";
+       return "GTK3";
 }
 
 const gchar *plugin_licence(void)