svn path=/trunk/; revision=13465
This commit is contained in:
Ulf Lamping 2005-02-22 07:22:51 +00:00
parent 5912813eeb
commit 6939cc4465
1 changed files with 2 additions and 2 deletions

View File

@ -718,11 +718,11 @@ static void rtpstream_dlg_create (void)
gtk_container_add (GTK_CONTAINER (hbuttonbox), bt_save);
gtk_tooltips_set_tip (tooltips, bt_save, "Save stream payload in rtpdump format", NULL);
bt_mark = gtk_button_new_with_label ("Mark packets");
bt_mark = gtk_button_new_with_label ("Mark Packets");
gtk_container_add (GTK_CONTAINER (hbuttonbox), bt_mark);
gtk_tooltips_set_tip (tooltips, bt_mark, "Mark packets of the selected stream(s)", NULL);
bt_filter = gtk_button_new_with_label ("Prepare filter");
bt_filter = gtk_button_new_with_label ("Prepare Filter");
gtk_container_add (GTK_CONTAINER (hbuttonbox), bt_filter);
gtk_tooltips_set_tip (tooltips, bt_filter, "Prepare a display filter of the selected stream(s)", NULL);