add a Plugins_GTK3 config block and use it
[claws.git] / src / plugins / attachwarner / attachwarner.c
index 8a7dd9bb7c802dc510804cdd68e7e6eee5308528..98d8695cfa5d40fcadb3acb93aa233b7b4b38df1 100644 (file)
@@ -296,11 +296,11 @@ const gchar *plugin_desc(void)
 /**
  * Get the kind of plugin.
  *
- * @return The "GTK2" constant.
+ * @return The "GTK3" constant.
  */
 const gchar *plugin_type(void)
 {
-       return "GTK2";
+       return "GTK3";
 }
 
 /**