add tracecontrol
[lttv.git] / ltt / branches / poly / lttv / modules / gui / filter / filter.c
index ac2d5b328cff31b690d4b2126df0f4ead3f3d4c7..8d1232b0016fe4fbf3d797b75dc0d5fcf646903e 100644 (file)
@@ -215,6 +215,7 @@ gui_filter(Tab *tab)
   
 
   fvd->f_window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
+  gtk_window_set_title(GTK_WINDOW(fvd->f_window), "LTTV Filter");
   gtk_window_set_transient_for(GTK_WINDOW(fvd->f_window),
       GTK_WINDOW(main_window_get_widget(tab)));
   gtk_window_set_destroy_with_parent(GTK_WINDOW(fvd->f_window), TRUE);
This page took 0.022228 seconds and 4 git commands to generate.