Remove extra ")".
This commit is contained in:
parent
3aeab935cd
commit
3c81a4fab0
@ -567,7 +567,7 @@ installStandard(dialogMenuItem *self)
|
|||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||||
"between interfaces)?"))
|
"between interfaces)?"))
|
||||||
variable_set2("gateway_enable", "YES", 1);
|
variable_set2("gateway_enable", "YES", 1);
|
||||||
|
|
||||||
|
@ -567,7 +567,7 @@ installStandard(dialogMenuItem *self)
|
|||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||||
"between interfaces)?"))
|
"between interfaces)?"))
|
||||||
variable_set2("gateway_enable", "YES", 1);
|
variable_set2("gateway_enable", "YES", 1);
|
||||||
|
|
||||||
|
@ -567,7 +567,7 @@ installStandard(dialogMenuItem *self)
|
|||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||||
"between interfaces)?"))
|
"between interfaces)?"))
|
||||||
variable_set2("gateway_enable", "YES", 1);
|
variable_set2("gateway_enable", "YES", 1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user