diff src/collect-io.c @ 288:d1f74154463e

Replace occurences of Geeqie / geeqie by constants defined in main.h.
author zas_
date Wed, 09 Apr 2008 13:53:01 +0000
parents e213fb025621
children 07def8e708e1
line wrap: on
line diff
--- a/src/collect-io.c	Tue Apr 08 23:41:01 2008 +0000
+++ b/src/collect-io.c	Wed Apr 09 13:53:01 2008 +0000
@@ -21,7 +21,7 @@
 #include "filelist.h"
 
 
-#define GQ_COLLECTION_MARKER "#Geeqie"
+#define GQ_COLLECTION_MARKER "#" GQ_APPNAME
 
 #define GQ_COLLECTION_FAIL_MIN     300
 #define GQ_COLLECTION_FAIL_PERCENT 98
@@ -311,7 +311,7 @@
 		}
 
 	fprintf(f, "%s collection\n", GQ_COLLECTION_MARKER);
-	fprintf(f, "#created with Geeqie version %s\n", VERSION);
+	fprintf(f, "#created with %s version %s\n", GQ_APPNAME, VERSION);
 
 	collection_update_geometry(cd);
 	if (cd->window_read)