From 34acae46e4789bd3a7955d444b2e453ea0ccec27 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 21 Dec 2007 14:52:41 +0000 Subject: [PATCH] fix legend png filename git-svn-id: http://ltt.polymtl.ca/svn@2797 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c index 1f3e00b1..603ac630 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c @@ -125,7 +125,7 @@ static void legend_button(GtkToolButton *toolbutton, gpointer user_data) gtk_window_set_title(legend, "Control Flow View Legend"); - GtkWidget *pixmap = create_pixmap(GTK_WIDGET(legend), "lttv-color-list.png"); + GtkWidget *pixmap = create_pixmap(GTK_WIDGET(legend), "controlflow-legend.png"); gtk_container_add(GTK_CONTAINER(legend), GTK_WIDGET(pixmap)); -- 2.34.1