comparison src/menu.c @ 283:e213fb025621

GQVIEW_* -> GQ_*
author zas_
date Tue, 08 Apr 2008 23:16:12 +0000
parents 9995c5fb202a
children b16b9b8979e5
comparison
equal deleted inserted replaced
282:c2cb12def9d6 283:e213fb025621
63 */ 63 */
64 64
65 static void add_edit_items(GtkWidget *menu, GCallback func, GtkAccelGroup *accel_grp) 65 static void add_edit_items(GtkWidget *menu, GCallback func, GtkAccelGroup *accel_grp)
66 { 66 {
67 gint i; 67 gint i;
68 for (i = 0; i < GQVIEW_EDITOR_SLOTS; i++) 68 for (i = 0; i < GQ_EDITOR_SLOTS; i++)
69 { 69 {
70 if (editor_command[i] && strlen(editor_command[i]) > 0) 70 if (editor_command[i] && strlen(editor_command[i]) > 0)
71 { 71 {
72 gchar *text; 72 gchar *text;
73 if (editor_name[i] && strlen(editor_name[i]) > 0) 73 if (editor_name[i] && strlen(editor_name[i]) > 0)