diff src/info.c @ 196:f6e307c7bad6

rename GQview -> Geeqie over the code
author nadvornik
date Sun, 23 Mar 2008 20:38:54 +0000
parents 71e1ebee420e
children 92d2444893b8
line wrap: on
line diff
--- a/src/info.c	Sun Mar 23 20:18:51 2008 +0000
+++ b/src/info.c	Sun Mar 23 20:38:54 2008 +0000
@@ -1,5 +1,5 @@
 /*
- * GQview
+ * Geeqie
  * (C) 2004 John Ellis
  *
  * Author: John Ellis
@@ -681,8 +681,8 @@
 	window_set_icon(id->window, NULL, NULL);
 
 	gtk_window_set_resizable(GTK_WINDOW(id->window), TRUE);
-	gtk_window_set_title(GTK_WINDOW(id->window), _("Image properties - GQview"));
-	gtk_window_set_wmclass(GTK_WINDOW(id->window), "properties", "GQview");
+	gtk_window_set_title(GTK_WINDOW(id->window), _("Image properties - Geeqie"));
+	gtk_window_set_wmclass(GTK_WINDOW(id->window), "properties", "Geeqie");
 
 	geometry.min_width = 32;
 	geometry.min_height = 32;