Update to revision 21038 - line up the IP address label with the

rest of the items in that part of the capture dialog.


svn path=/trunk/; revision=21039
This commit is contained in:
Stephen Fisher 2007-03-17 00:10:48 +00:00
parent c1132d9a4b
commit e99aa2fe23
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ capture_prep_cb(GtkWidget *w _U_, gpointer d _U_)
gtk_box_pack_start(GTK_BOX(capture_vb), if_ip_hb, FALSE, FALSE, 0);
if_ip_eb = gtk_event_box_new();
gtk_box_pack_start(GTK_BOX(if_ip_hb), if_ip_eb, TRUE, TRUE, 0);
gtk_box_pack_start(GTK_BOX(if_ip_hb), if_ip_eb, TRUE, TRUE, 6);
gtk_tooltips_set_tip(tooltips, if_ip_eb, "Lists the IP address(es) "
"assigned to the selected interface. If there are "
"more addresses than will fit in the window, the "