diff src/pixbuf_util.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 4b2d7f9af171
line wrap: on
line diff
--- a/src/pixbuf_util.c	Tue Apr 08 23:41:01 2008 +0000
+++ b/src/pixbuf_util.c	Wed Apr 09 13:53:01 2008 +0000
@@ -32,7 +32,7 @@
 	if (!pixbuf || !filename) return FALSE;
 
 	ret = gdk_pixbuf_save(pixbuf, filename, "png", &error,
-			      "tEXt::Software", "Geeqie "VERSION, NULL);
+			      "tEXt::Software", GQ_APPNAME " " VERSION, NULL);
 
 	if (error)
 		{