aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index f376961e..fd3e2252 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -781,10 +781,10 @@ static struct GNUNET_SETUP_VisibilitySpecification hide_vpn_tab[] = {
781 781
782 782
783/** 783/**
784 * Hide "gads" and "namestore" tabs if GNS not active. 784 * Hide "gnu" and "namestore" tabs if GNS not active.
785 */ 785 */
786static struct GNUNET_SETUP_VisibilitySpecification hide_gns_tabs[] = { 786static struct GNUNET_SETUP_VisibilitySpecification hide_gns_tabs[] = {
787 {"GNUNET_setup_gads_vbox", "(^| )gns($| )", NULL}, 787 {"GNUNET_setup_gnu_vbox", "(^| )gns($| )", NULL},
788 {"GNUNET_setup_namestore_vbox", "(^| )gns($| )", NULL}, 788 {"GNUNET_setup_namestore_vbox", "(^| )gns($| )", NULL},
789 {NULL, NULL, NULL} 789 {NULL, NULL, NULL}
790}; 790};