2006-05-17 [wwp] 2.2.0cvs25
[claws.git] / src / plugins / demo / demo.c
index c58c31b3654a975839f559860e038b2ef9b4c802..2766372dbfed47945b7505e6a70e20d58dfea8bf 100644 (file)
@@ -42,12 +42,12 @@ static guint hook_id;
 gint plugin_init(gchar **error)
 {
        if ((sylpheed_get_version() > VERSION_NUMERIC)) {
-               *error = g_strdup("Your sylpheed version is newer than the version the plugin was built with");
+               *error = g_strdup("Your sylpheed-claws version is newer than the version the plugin was built with");
                return -1;
        }
 
        if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(0, 8, 11, 39))) {
-               *error = g_strdup("Your sylpheed version is too old");
+               *error = g_strdup("Your sylpheed-claws version is too old");
                return -1;
        }