comparison 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
comparison
equal deleted inserted replaced
195:d85687d951aa 196:f6e307c7bad6
1 /* 1 /*
2 * GQview 2 * Geeqie
3 * (C) 2006 John Ellis 3 * (C) 2006 John Ellis
4 * 4 *
5 * Author: John Ellis 5 * Author: John Ellis
6 * 6 *
7 * This software is released under the GNU General Public License (GNU GPL). 7 * This software is released under the GNU General Public License (GNU GPL).
154 GtkWidget *hbox; 154 GtkWidget *hbox;
155 gchar *buf; 155 gchar *buf;
156 156
157 vd = g_new0(EditorVerboseData, 1); 157 vd = g_new0(EditorVerboseData, 1);
158 158
159 vd->gd = file_util_gen_dlg(_("Edit command results"), "GQview", "editor_results", 159 vd->gd = file_util_gen_dlg(_("Edit command results"), "Geeqie", "editor_results",
160 NULL, FALSE, 160 NULL, FALSE,
161 NULL, ed); 161 NULL, ed);
162 buf = g_strdup_printf(_("Output of %s"), text); 162 buf = g_strdup_printf(_("Output of %s"), text);
163 generic_dialog_add_message(vd->gd, NULL, buf, NULL); 163 generic_dialog_add_message(vd->gd, NULL, buf, NULL);
164 g_free(buf); 164 g_free(buf);
242 editor_verbose_window_fill(ed->vd, utf8, -1); 242 editor_verbose_window_fill(ed->vd, utf8, -1);
243 g_free(utf8); 243 g_free(utf8);
244 } 244 }
245 else 245 else
246 { 246 {
247 editor_verbose_window_fill(ed->vd, "GQview: Error converting text to valid utf8\n", -1); 247 editor_verbose_window_fill(ed->vd, "Geeqie: Error converting text to valid utf8\n", -1);
248 } 248 }
249 } 249 }
250 else 250 else
251 { 251 {
252 editor_verbose_window_fill(ed->vd, buf, count); 252 editor_verbose_window_fill(ed->vd, buf, count);