diff options
Diffstat (limited to 'contrib/gnunet_namestore_gtk_qr_save_as_dialog.glade')
-rw-r--r-- | contrib/gnunet_namestore_gtk_qr_save_as_dialog.glade | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/gnunet_namestore_gtk_qr_save_as_dialog.glade b/contrib/gnunet_namestore_gtk_qr_save_as_dialog.glade index 407f1a51..da5806ac 100644 --- a/contrib/gnunet_namestore_gtk_qr_save_as_dialog.glade +++ b/contrib/gnunet_namestore_gtk_qr_save_as_dialog.glade | |||
@@ -2,7 +2,7 @@ | |||
2 | <interface> | 2 | <interface> |
3 | <requires lib="gtk+" version="2.24"/> | 3 | <requires lib="gtk+" version="2.24"/> |
4 | <!-- interface-naming-policy project-wide --> | 4 | <!-- interface-naming-policy project-wide --> |
5 | <object class="GtkFileChooserDialog" id="GNUNET_setup_qr_save_as_dialog"> | 5 | <object class="GtkFileChooserDialog" id="gnunet_namestore_gtk_qr_save_as_dialog"> |
6 | <property name="can_focus">False</property> | 6 | <property name="can_focus">False</property> |
7 | <property name="border_width">5</property> | 7 | <property name="border_width">5</property> |
8 | <property name="modal">True</property> | 8 | <property name="modal">True</property> |
@@ -12,19 +12,19 @@ | |||
12 | <property name="skip_taskbar_hint">True</property> | 12 | <property name="skip_taskbar_hint">True</property> |
13 | <property name="skip_pager_hint">True</property> | 13 | <property name="skip_pager_hint">True</property> |
14 | <property name="action">save</property> | 14 | <property name="action">save</property> |
15 | <signal name="response" handler="GNUNET_setup_qr_save_as_dialog_response_cb" swapped="no"/> | 15 | <signal name="response" handler="gnunet_namestore_gtk_qr_save_as_dialog_response_cb" swapped="no"/> |
16 | <child internal-child="vbox"> | 16 | <child internal-child="vbox"> |
17 | <object class="GtkVBox" id="GNUNET_setup_qr_save_as_dialog_dialog-vbox"> | 17 | <object class="GtkVBox" id="gnunet_namestore_gtk_qr_save_as_dialog_dialog-vbox"> |
18 | <property name="visible">True</property> | 18 | <property name="visible">True</property> |
19 | <property name="can_focus">False</property> | 19 | <property name="can_focus">False</property> |
20 | <property name="spacing">2</property> | 20 | <property name="spacing">2</property> |
21 | <child internal-child="action_area"> | 21 | <child internal-child="action_area"> |
22 | <object class="GtkHButtonBox" id="GNUNET_setup_qr_save_as_dialog_dialog-action_area"> | 22 | <object class="GtkHButtonBox" id="gnunet_namestore_gtk_qr_save_as_dialog_dialog-action_area"> |
23 | <property name="visible">True</property> | 23 | <property name="visible">True</property> |
24 | <property name="can_focus">False</property> | 24 | <property name="can_focus">False</property> |
25 | <property name="layout_style">end</property> | 25 | <property name="layout_style">end</property> |
26 | <child> | 26 | <child> |
27 | <object class="GtkButton" id="GNUNET_setup_qr_save_as_dialog_cancel_button"> | 27 | <object class="GtkButton" id="gnunet_namestore_gtk_qr_save_as_dialog_cancel_button"> |
28 | <property name="label">gtk-cancel</property> | 28 | <property name="label">gtk-cancel</property> |
29 | <property name="use_action_appearance">False</property> | 29 | <property name="use_action_appearance">False</property> |
30 | <property name="visible">True</property> | 30 | <property name="visible">True</property> |
@@ -39,7 +39,7 @@ | |||
39 | </packing> | 39 | </packing> |
40 | </child> | 40 | </child> |
41 | <child> | 41 | <child> |
42 | <object class="GtkButton" id="GNUNET_setup_qr_save_as_dialog_confirm_button"> | 42 | <object class="GtkButton" id="gnunet_namestore_gtk_qr_save_as_dialog_confirm_button"> |
43 | <property name="label">gtk-save-as</property> | 43 | <property name="label">gtk-save-as</property> |
44 | <property name="use_action_appearance">False</property> | 44 | <property name="use_action_appearance">False</property> |
45 | <property name="visible">True</property> | 45 | <property name="visible">True</property> |
@@ -67,8 +67,8 @@ | |||
67 | </object> | 67 | </object> |
68 | </child> | 68 | </child> |
69 | <action-widgets> | 69 | <action-widgets> |
70 | <action-widget response="-6">GNUNET_setup_qr_save_as_dialog_cancel_button</action-widget> | 70 | <action-widget response="-6">gnunet_namestore_gtk_qr_save_as_dialog_cancel_button</action-widget> |
71 | <action-widget response="-5">GNUNET_setup_qr_save_as_dialog_confirm_button</action-widget> | 71 | <action-widget response="-5">gnunet_namestore_gtk_qr_save_as_dialog_confirm_button</action-widget> |
72 | </action-widgets> | 72 | </action-widgets> |
73 | </object> | 73 | </object> |
74 | </interface> | 74 | </interface> |