aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_tcpip.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-17 00:35:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-17 00:35:55 +0000
commit43272f9435e91f59c66b40de544a772305d761c8 (patch)
treecdbdc56935627dc93a56f6a80aeec25f7a6df8ef /gtk/hostlist_tcpip.c
parent17504c44ad2f847608cac02a0b63f5f1fced3092 (diff)
Added an option to Conversations and Endpoints to limit the list to match
the current display filter. Some Hosts -> Endpoints cleanup. svn path=/trunk/; revision=24368
Diffstat (limited to 'gtk/hostlist_tcpip.c')
-rw-r--r--gtk/hostlist_tcpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_tcpip.c b/gtk/hostlist_tcpip.c
index b98ec910f9..0fc9627c47 100644
--- a/gtk/hostlist_tcpip.c
+++ b/gtk/hostlist_tcpip.c
@@ -71,7 +71,7 @@ gtk_tcpip_hostlist_init(const char *optarg, void* userdata _U_)
filter=NULL;
}
- init_hostlist_table(FALSE, "TCP Endpoints", "tcp", filter, tcpip_hostlist_packet);
+ init_hostlist_table(FALSE, "TCP", "tcp", filter, tcpip_hostlist_packet);
}