comparison src/collect.c @ 288:d1f74154463e

Replace occurences of Geeqie / geeqie by constants defined in main.h.
author zas_
date Wed, 09 Apr 2008 13:53:01 +0000
parents 9995c5fb202a
children 6a7298988a7a
comparison
equal deleted inserted replaced
287:fd5c62403498 288:d1f74154463e
968 { 968 {
969 gchar *buf; 969 gchar *buf;
970 970
971 if (!cw) return; 971 if (!cw) return;
972 972
973 buf = g_strdup_printf(_("%s - Geeqie Collection"), cw->cd->name); 973 buf = g_strdup_printf(_("%s - Collection - %s"), cw->cd->name, GQ_APPNAME);
974 gtk_window_set_title(GTK_WINDOW(cw->window), buf); 974 gtk_window_set_title(GTK_WINDOW(cw->window), buf);
975 g_free(buf); 975 g_free(buf);
976 } 976 }
977 977
978 static void collection_window_update_info(CollectionData *cd, CollectInfo *ci, gpointer data) 978 static void collection_window_update_info(CollectionData *cd, CollectInfo *ci, gpointer data)