Fix bug #1375: Capture Options with many IP addresses scrolls off
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Mar 2007 22:05:57 +0000 (22:05 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Mar 2007 22:05:57 +0000 (22:05 +0000)
commita00f4e0f005ab03a6468130d8c261173dd8737bb
tree61b00d00bc7810730b8c18cc51f527ff5ab3a046
parent54c16ecff867147ca31e2242ce37a11a446f35d4
Fix bug #1375: Capture Options with many IP addresses scrolls off
screen

Changed IP address label to fit into an event box which is in the ip
address hbox.  This allows the label to expand to fit the capture dialog
window, but no further.  Expanding the capture dialog window will show
more IP addresses.  Left align the label.  Add ... in the middle of a
long list of IP addresses to show the first few and the last few with
the gtk_label_set_ellipsize() function in GTK 2.6 and up.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21038 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/capture_dlg.c