Replace occurences of Geeqie / geeqie by constants defined in main.h.
[geeqie.git] / src / bar_info.c
index 31b5341..dd526eb 100644 (file)
@@ -56,7 +56,7 @@ static gint comment_file_write(gchar *path, GList *keywords, const gchar *commen
        f = fopen(path, "w");
        if (!f) return FALSE;
 
-       fprintf(f, "#Geeqie comment (%s)\n\n", VERSION);
+       fprintf(f, "#%s comment (%s)\n\n", GQ_APPNAME, VERSION);
 
        fprintf(f, "[keywords]\n");
        while (keywords)