aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_ipx.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_ipx.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_ipx.c')
-rw-r--r--gtk/hostlist_ipx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_ipx.c b/gtk/hostlist_ipx.c
index cd02f04b3b..850dcbc3fd 100644
--- a/gtk/hostlist_ipx.c
+++ b/gtk/hostlist_ipx.c
@@ -70,7 +70,7 @@ gtk_ipx_hostlist_init(const char *optarg, void* userdata _U_)
filter=NULL;
}
- init_hostlist_table(TRUE, "IPX Hosts", "ipx", filter, ipx_hostlist_packet);
+ init_hostlist_table(TRUE, "IPX", "ipx", filter, ipx_hostlist_packet);
}