aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gns_edit_a.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gns_edit_a.glade')
-rw-r--r--contrib/gnunet_setup_gns_edit_a.glade8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/gnunet_setup_gns_edit_a.glade b/contrib/gnunet_setup_gns_edit_a.glade
index a72704c2..0e41153d 100644
--- a/contrib/gnunet_setup_gns_edit_a.glade
+++ b/contrib/gnunet_setup_gns_edit_a.glade
@@ -20,7 +20,11 @@
20 <object class="GtkDialog" id="edit_a_dialog"> 20 <object class="GtkDialog" id="edit_a_dialog">
21 <property name="can_focus">False</property> 21 <property name="can_focus">False</property>
22 <property name="border_width">5</property> 22 <property name="border_width">5</property>
23 <property name="modal">True</property>
24 <property name="window_position">center-on-parent</property>
25 <property name="destroy_with_parent">True</property>
23 <property name="type_hint">dialog</property> 26 <property name="type_hint">dialog</property>
27 <signal name="response" handler="GNS_edit_a_dialog_response_cb" swapped="no"/>
24 <child internal-child="vbox"> 28 <child internal-child="vbox">
25 <object class="GtkVBox" id="edit_dialog_vbox"> 29 <object class="GtkVBox" id="edit_dialog_vbox">
26 <property name="visible">True</property> 30 <property name="visible">True</property>
@@ -67,6 +71,8 @@
67 <property name="use_action_appearance">False</property> 71 <property name="use_action_appearance">False</property>
68 <property name="visible">True</property> 72 <property name="visible">True</property>
69 <property name="can_focus">True</property> 73 <property name="can_focus">True</property>
74 <property name="can_default">True</property>
75 <property name="has_default">True</property>
70 <property name="receives_default">True</property> 76 <property name="receives_default">True</property>
71 <property name="tooltip_text" translatable="yes">Store the updated record in the database. If the record is public, GNUnet will begin to publish the record to the world, limiting your ability to change it later (based on the selected expiration values).</property> 77 <property name="tooltip_text" translatable="yes">Store the updated record in the database. If the record is public, GNUnet will begin to publish the record to the world, limiting your ability to change it later (based on the selected expiration values).</property>
72 <property name="use_stock">True</property> 78 <property name="use_stock">True</property>
@@ -185,6 +191,7 @@
185 <object class="GtkEntry" id="edit_dialog_a_entry"> 191 <object class="GtkEntry" id="edit_dialog_a_entry">
186 <property name="visible">True</property> 192 <property name="visible">True</property>
187 <property name="can_focus">True</property> 193 <property name="can_focus">True</property>
194 <property name="has_focus">True</property>
188 <property name="tooltip_text" translatable="yes">Enter the IPv4 address for the A record here. The format is the usual dotted-decimal format (i.e. 127.0.0.1).</property> 195 <property name="tooltip_text" translatable="yes">Enter the IPv4 address for the A record here. The format is the usual dotted-decimal format (i.e. 127.0.0.1).</property>
189 <property name="max_length">15</property> 196 <property name="max_length">15</property>
190 <property name="invisible_char">●</property> 197 <property name="invisible_char">●</property>
@@ -192,6 +199,7 @@
192 <property name="secondary_icon_activatable">False</property> 199 <property name="secondary_icon_activatable">False</property>
193 <property name="primary_icon_sensitive">True</property> 200 <property name="primary_icon_sensitive">True</property>
194 <property name="secondary_icon_sensitive">True</property> 201 <property name="secondary_icon_sensitive">True</property>
202 <signal name="changed" handler="GNS_edit_dialog_a_entry_changed_cb" swapped="no"/>
195 </object> 203 </object>
196 <packing> 204 <packing>
197 <property name="expand">False</property> 205 <property name="expand">False</property>