add a Plugins_GTK3 config block and use it
[claws.git] / src / plugins / address_keeper / address_keeper.c
index a5aab85a4f1e0dfdaf7ace6313155df7ec54e123..8d6baa8aeb7ddcd6669197c48fa4ad0749c8a939 100644 (file)
@@ -295,11 +295,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";
 }
 
 /**