gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18384 - gnunet-gtk/src/setup


From: gnunet
Subject: [GNUnet-SVN] r18384 - gnunet-gtk/src/setup
Date: Tue, 29 Nov 2011 19:46:28 +0100

Author: grothoff
Date: 2011-11-29 19:46:28 +0100 (Tue, 29 Nov 2011)
New Revision: 18384

Modified:
   gnunet-gtk/src/setup/gnunet-setup-options.c
Log:
-WAN and ats now

Modified: gnunet-gtk/src/setup/gnunet-setup-options.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-options.c 2011-11-29 18:04:01 UTC (rev 
18383)
+++ gnunet-gtk/src/setup/gnunet-setup-options.c 2011-11-29 18:46:28 UTC (rev 
18384)
@@ -1611,8 +1611,8 @@
   {
    "GNUNET_setup_bandwidth_out_spinbutton",
    "value-changed",
-   "core",
-   "TOTAL_QUOTA_OUT",
+   "ats",
+   "WAN_QUOTA_OUT",
    gettext_noop ("How many bytes per second are we allowed to transmit?"),
    "https://gnunet.org/configuration-bandwidth";,
    &load_number,
@@ -1622,8 +1622,8 @@
   {
    "GNUNET_setup_bandwidth_in_spinbutton",
    "value-changed",
-   "core",
-   "TOTAL_QUOTA_IN",
+   "ats",
+   "WAN_QUOTA_IN",
    gettext_noop ("How many bytes per second are we allowed to receive?"),
    "https://gnunet.org/configuration-bandwidth";,
    &load_number,




reply via email to

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