create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.c
index 1f3e00b1cc112310a46d3c7e8b352997fa287b64..603ac6306693c16878716b86eff5e6c087a31ec3 100644 (file)
@@ -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));
 
This page took 0.022837 seconds and 4 git commands to generate.