diff src/thumb_standard.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 9995c5fb202a
children b16b9b8979e5
line wrap: on
line diff
--- a/src/thumb_standard.c	Tue Apr 08 23:41:01 2008 +0000
+++ b/src/thumb_standard.c	Wed Apr 09 13:53:01 2008 +0000
@@ -353,7 +353,7 @@
 
 		mark_uri = (tl->cache_local) ? tl->local_uri :tl->thumb_uri;
 
-		mark_app = g_strdup_printf("Geeqie %s", VERSION);
+		mark_app = g_strdup_printf("%s %s", GQ_APPNAME, VERSION);
 		mark_mtime = g_strdup_printf("%lu", tl->source_mtime);
 
 		pathl = path_from_utf8(tmp_path);