diff src/editors.c @ 196:f6e307c7bad6

rename GQview -> Geeqie over the code
author nadvornik
date Sun, 23 Mar 2008 20:38:54 +0000
parents c2923efebfdc
children 404629011caa
line wrap: on
line diff
--- a/src/editors.c	Sun Mar 23 20:18:51 2008 +0000
+++ b/src/editors.c	Sun Mar 23 20:38:54 2008 +0000
@@ -1,5 +1,5 @@
 /*
- * GQview
+ * Geeqie
  * (C) 2006 John Ellis
  *
  * Author: John Ellis
@@ -156,7 +156,7 @@
 
 	vd = g_new0(EditorVerboseData, 1);
 
-	vd->gd = file_util_gen_dlg(_("Edit command results"), "GQview", "editor_results",
+	vd->gd = file_util_gen_dlg(_("Edit command results"), "Geeqie", "editor_results",
 				   NULL, FALSE,
 				   NULL, ed);
 	buf = g_strdup_printf(_("Output of %s"), text);
@@ -244,7 +244,7 @@
 					}
 				else
 					{
-					editor_verbose_window_fill(ed->vd, "GQview: Error converting text to valid utf8\n", -1);
+					editor_verbose_window_fill(ed->vd, "Geeqie: Error converting text to valid utf8\n", -1);
 					}
 				}
 			else