gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r990 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r990 - GNUnet/src/conf
Date: Fri, 24 Jun 2005 13:42:37 -0700 (PDT)

Author: durner
Date: 2005-06-24 13:42:33 -0700 (Fri, 24 Jun 2005)
New Revision: 990

Modified:
   GNUnet/src/conf/wizard_curs.c
Log:
fix yes/no-dialogs

Modified: GNUnet/src/conf/wizard_curs.c
===================================================================
--- GNUnet/src/conf/wizard_curs.c       2005-06-24 20:35:02 UTC (rev 989)
+++ GNUnet/src/conf/wizard_curs.c       2005-06-24 20:42:33 UTC (rev 990)
@@ -208,6 +208,7 @@
        dialog_clear();
 
        /* NAT? */
+       sym = sym_find("LIMITED", "NAT");
        while(true) {
                ret = dialog_yesno(_("GNUnet configuration"), _("Is this 
machine behind "
                                "NAT?\n\nIf you are connected to the internet 
through another computer "
@@ -290,6 +291,7 @@
        dialog_clear();
 
        /* Bandwidth allocation */
+       sym = sym_find("BASICLIMITING", "LOAD");
        while (true) {
                ret = dialog_yesno(_("GNUnet configuration"), _("Share denoted 
bandwidth "
                                "with other applications?\n\nSay \"yes\" here, 
if you don't want other "
@@ -343,6 +345,7 @@
        dialog_clear();
 
        /* Migration */
+       sym = sym_find("ACTIVEMIGRATION", "FS");
        while(true) {
                ret = dialog_yesno(_("GNUnet configuration"), _("Store migrated 
content?"
                                "\n\nGNUnet is able to store data from other 
peers in your datastore. "





reply via email to

[Prev in Thread] Current Thread [Next in Thread]