gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33383 - in gnunet-gtk: contrib src/setup


From: gnunet
Subject: [GNUnet-SVN] r33383 - in gnunet-gtk: contrib src/setup
Date: Mon, 26 May 2014 10:14:17 +0200

Author: wachs
Date: 2014-05-26 10:14:17 +0200 (Mon, 26 May 2014)
New Revision: 33383

Modified:
   gnunet-gtk/contrib/gnunet_setup_main_window.glade
   gnunet-gtk/src/setup/gnunet-setup-options.c
Log:
fix labeling and grouping for HTTPS radiobuttons


Modified: gnunet-gtk/contrib/gnunet_setup_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_setup_main_window.glade   2014-05-26 08:07:54 UTC 
(rev 33382)
+++ gnunet-gtk/contrib/gnunet_setup_main_window.glade   2014-05-26 08:14:17 UTC 
(rev 33383)
@@ -2965,7 +2965,7 @@
                                             <property 
name="receives_default">False</property>
                                             <property 
name="xalign">0.5</property>
                                             <property 
name="draw_indicator">True</property>
-                                            <property 
name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property>
+                                            <property 
name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
                                           </object>
                                           <packing>
                                             <property 
name="expand">True</property>
@@ -2981,7 +2981,7 @@
                                             <property 
name="receives_default">False</property>
                                             <property 
name="xalign">0.5</property>
                                             <property 
name="draw_indicator">True</property>
-                                            <property 
name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property>
+                                            <property 
name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
                                           </object>
                                           <packing>
                                             <property 
name="expand">True</property>
@@ -2997,7 +2997,7 @@
                                             <property 
name="receives_default">False</property>
                                             <property 
name="xalign">0.5</property>
                                             <property 
name="draw_indicator">True</property>
-                                            <property 
name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property>
+                                            <property 
name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
                                           </object>
                                           <packing>
                                             <property 
name="expand">True</property>
@@ -3013,7 +3013,7 @@
                                             <property 
name="receives_default">False</property>
                                             <property 
name="xalign">0.5</property>
                                             <property 
name="draw_indicator">True</property>
-                                            <property 
name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property>
+                                            <property 
name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
                                           </object>
                                           <packing>
                                             <property 
name="expand">True</property>
@@ -3029,7 +3029,7 @@
                                             <property 
name="receives_default">False</property>
                                             <property 
name="xalign">0.5</property>
                                             <property 
name="draw_indicator">True</property>
-                                            <property 
name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property>
+                                            <property 
name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
                                           </object>
                                           <packing>
                                             <property 
name="expand">True</property>

Modified: gnunet-gtk/src/setup/gnunet-setup-options.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-options.c 2014-05-26 08:07:54 UTC (rev 
33382)
+++ gnunet-gtk/src/setup/gnunet-setup-options.c 2014-05-26 08:14:17 UTC (rev 
33383)
@@ -1740,7 +1740,7 @@
   "toggled",
   "transport-http_client",
   "PROXY_TYPE",
-  gettext_noop ("Do not use a proxy to download hostlists"),
+  gettext_noop ("Do not use a proxy with the HTTP plugin"),
   "https://gnunet.org/configuration-http";,
   &load_option_list /* abuse! */ ,
   &save_option_list /* abuse! */ , "NONE",
@@ -1856,7 +1856,7 @@
    "toggled",
    "transport-https_client",
    "PROXY_TYPE",
-   gettext_noop ("Do not use a proxy to download hostlists"),
+   gettext_noop ("Do not use a proxy for HTTPS plugin"),
    "https://gnunet.org/configuration-http";,
    &load_option_list /* abuse! */ ,
    &save_option_list /* abuse! */ , "NONE",




reply via email to

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