diff src/thumb_standard.c @ 196:f6e307c7bad6

rename GQview -> Geeqie over the code
author nadvornik
date Sun, 23 Mar 2008 20:38:54 +0000
parents 71e1ebee420e
children 40563fd744de
line wrap: on
line diff
--- a/src/thumb_standard.c	Sun Mar 23 20:18:51 2008 +0000
+++ b/src/thumb_standard.c	Sun Mar 23 20:38:54 2008 +0000
@@ -1,5 +1,5 @@
 /*
- * GQview
+ * Geeqie
  * (C) 2006 John Ellis
  *
  * Author: John Ellis
@@ -353,7 +353,7 @@
 
 		mark_uri = (tl->cache_local) ? tl->local_uri :tl->thumb_uri;
 
-		mark_app = g_strdup_printf("GQview %s", VERSION);
+		mark_app = g_strdup_printf("Geeqie %s", VERSION);
 		mark_mtime = g_strdup_printf("%lu", tl->source_mtime);
 
 		pathl = path_from_utf8(tmp_path);