aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_edit_publication.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_edit_publication.glade')
-rw-r--r--contrib/gnunet_fs_gtk_edit_publication.glade57
1 files changed, 31 insertions, 26 deletions
diff --git a/contrib/gnunet_fs_gtk_edit_publication.glade b/contrib/gnunet_fs_gtk_edit_publication.glade
index 1717ff9f..a201b91a 100644
--- a/contrib/gnunet_fs_gtk_edit_publication.glade
+++ b/contrib/gnunet_fs_gtk_edit_publication.glade
@@ -87,22 +87,22 @@
87 <object class="GtkImage" id="add_stock_image"> 87 <object class="GtkImage" id="add_stock_image">
88 <property name="visible">True</property> 88 <property name="visible">True</property>
89 <property name="can_focus">False</property> 89 <property name="can_focus">False</property>
90 <property name="stock">gtk-add</property> 90 <property name="icon_name">list-add</property>
91 </object> 91 </object>
92 <object class="GtkImage" id="add_stock_image1"> 92 <object class="GtkImage" id="add_stock_image1">
93 <property name="visible">True</property> 93 <property name="visible">True</property>
94 <property name="can_focus">False</property> 94 <property name="can_focus">False</property>
95 <property name="stock">gtk-add</property> 95 <property name="icon_name">list-add</property>
96 </object> 96 </object>
97 <object class="GtkImage" id="del_stock_image"> 97 <object class="GtkImage" id="del_stock_image">
98 <property name="visible">True</property> 98 <property name="visible">True</property>
99 <property name="can_focus">False</property> 99 <property name="can_focus">False</property>
100 <property name="stock">gtk-delete</property> 100 <property name="icon_name">list-remove</property>
101 </object> 101 </object>
102 <object class="GtkImage" id="del_stock_image1"> 102 <object class="GtkImage" id="del_stock_image1">
103 <property name="visible">True</property> 103 <property name="visible">True</property>
104 <property name="can_focus">False</property> 104 <property name="can_focus">False</property>
105 <property name="stock">gtk-delete</property> 105 <property name="icon_name">list-remove</property>
106 </object> 106 </object>
107 <object class="GtkAdjustment" id="expiration_year_adjustment"> 107 <object class="GtkAdjustment" id="expiration_year_adjustment">
108 <property name="upper">9999</property> 108 <property name="upper">9999</property>
@@ -127,26 +127,29 @@
127 <property name="skip_taskbar_hint">True</property> 127 <property name="skip_taskbar_hint">True</property>
128 <property name="skip_pager_hint">True</property> 128 <property name="skip_pager_hint">True</property>
129 <child> 129 <child>
130 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_master_vbox"> 130 <object class="GtkBox" id="GNUNET_GTK_edit_publication_master_vbox">
131 <property name="visible">True</property> 131 <property name="visible">True</property>
132 <property name="can_focus">False</property> 132 <property name="can_focus">False</property>
133 <property name="orientation">vertical</property>
133 <property name="spacing">2</property> 134 <property name="spacing">2</property>
134 <child> 135 <child>
135 <object class="GtkVPaned" id="GNUNET_GTK_edit_publication_main_vpaned"> 136 <object class="GtkPaned" id="GNUNET_GTK_edit_publication_main_vpaned">
136 <property name="visible">True</property> 137 <property name="visible">True</property>
137 <property name="can_focus">True</property> 138 <property name="can_focus">True</property>
139 <property name="orientation">vertical</property>
138 <child> 140 <child>
139 <object class="GtkHPaned" id="GNUNET_GTK_edit_publication_top_hpaned"> 141 <object class="GtkPaned" id="GNUNET_GTK_edit_publication_top_hpaned">
140 <property name="visible">True</property> 142 <property name="visible">True</property>
141 <property name="can_focus">True</property> 143 <property name="can_focus">True</property>
142 <property name="position_set">True</property> 144 <property name="position_set">True</property>
143 <child> 145 <child>
144 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_vbox"> 146 <object class="GtkBox" id="GNUNET_GTK_edit_publication_metadata_vbox">
145 <property name="visible">True</property> 147 <property name="visible">True</property>
146 <property name="can_focus">False</property> 148 <property name="can_focus">False</property>
149 <property name="orientation">vertical</property>
147 <property name="spacing">5</property> 150 <property name="spacing">5</property>
148 <child> 151 <child>
149 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_hbox"> 152 <object class="GtkBox" id="GNUNET_GTK_edit_publication_hbox">
150 <property name="visible">True</property> 153 <property name="visible">True</property>
151 <property name="can_focus">False</property> 154 <property name="can_focus">False</property>
152 <child> 155 <child>
@@ -309,7 +312,7 @@
309 <property name="can_focus">False</property> 312 <property name="can_focus">False</property>
310 <property name="left_padding">12</property> 313 <property name="left_padding">12</property>
311 <child> 314 <child>
312 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_preview_vbox"> 315 <object class="GtkBox" id="GNUNET_GTK_edit_publication_metadata_preview_vbox">
313 <property name="visible">True</property> 316 <property name="visible">True</property>
314 <property name="can_focus">False</property> 317 <property name="can_focus">False</property>
315 <child> 318 <child>
@@ -380,15 +383,16 @@
380 </packing> 383 </packing>
381 </child> 384 </child>
382 <child> 385 <child>
383 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_secondary_hbox"> 386 <object class="GtkBox" id="GNUNET_GTK_edit_publication_secondary_hbox">
384 <property name="visible">True</property> 387 <property name="visible">True</property>
385 <property name="can_focus">False</property> 388 <property name="can_focus">False</property>
386 <child> 389 <child>
387 <object class="GtkVBox" id="vbox2"> 390 <object class="GtkBox" id="vbox2">
388 <property name="visible">True</property> 391 <property name="visible">True</property>
389 <property name="can_focus">False</property> 392 <property name="can_focus">False</property>
393 <property name="orientation">vertical</property>
390 <child> 394 <child>
391 <object class="GtkHBox" id="hbox3"> 395 <object class="GtkBox" id="hbox3">
392 <property name="visible">True</property> 396 <property name="visible">True</property>
393 <property name="can_focus">False</property> 397 <property name="can_focus">False</property>
394 <child> 398 <child>
@@ -532,21 +536,22 @@
532 <property name="left_padding">4</property> 536 <property name="left_padding">4</property>
533 <property name="right_padding">4</property> 537 <property name="right_padding">4</property>
534 <child> 538 <child>
535 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_misc_vbox"> 539 <object class="GtkBox" id="GNUNET_GTK_edit_publication_misc_vbox">
536 <property name="visible">True</property> 540 <property name="visible">True</property>
537 <property name="can_focus">False</property> 541 <property name="can_focus">False</property>
542 <property name="orientation">vertical</property>
538 <child> 543 <child>
539 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_index_hbox"> 544 <object class="GtkBox" id="GNUNET_GTK_edit_publication_index_hbox">
540 <property name="visible">True</property> 545 <property name="visible">True</property>
541 <property name="can_focus">False</property> 546 <property name="can_focus">False</property>
542 <child> 547 <child>
543 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_index_label"> 548 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_index_label">
544 <property name="visible">True</property> 549 <property name="visible">True</property>
545 <property name="can_focus">False</property> 550 <property name="can_focus">False</property>
546 <property name="xalign">1</property>
547 <property name="label" translatable="yes">_Index file:</property> 551 <property name="label" translatable="yes">_Index file:</property>
548 <property name="use_underline">True</property> 552 <property name="use_underline">True</property>
549 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_index_checkbutton</property> 553 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_index_checkbutton</property>
554 <property name="xalign">1</property>
550 </object> 555 </object>
551 <packing> 556 <packing>
552 <property name="expand">False</property> 557 <property name="expand">False</property>
@@ -578,16 +583,16 @@
578 </packing> 583 </packing>
579 </child> 584 </child>
580 <child> 585 <child>
581 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_root_hbox"> 586 <object class="GtkBox" id="GNUNET_GTK_edit_publication_root_hbox">
582 <property name="visible">True</property> 587 <property name="visible">True</property>
583 <property name="can_focus">False</property> 588 <property name="can_focus">False</property>
584 <child> 589 <child>
585 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_root_label"> 590 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_root_label">
586 <property name="visible">True</property> 591 <property name="visible">True</property>
587 <property name="can_focus">False</property> 592 <property name="can_focus">False</property>
588 <property name="xalign">1</property>
589 <property name="label" translatable="yes">_Root keyword:</property> 593 <property name="label" translatable="yes">_Root keyword:</property>
590 <property name="use_underline">True</property> 594 <property name="use_underline">True</property>
595 <property name="xalign">1</property>
591 </object> 596 </object>
592 <packing> 597 <packing>
593 <property name="expand">False</property> 598 <property name="expand">False</property>
@@ -619,16 +624,16 @@
619 </packing> 624 </packing>
620 </child> 625 </child>
621 <child> 626 <child>
622 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_anonymity_hbox"> 627 <object class="GtkBox" id="GNUNET_GTK_edit_publication_anonymity_hbox">
623 <property name="visible">True</property> 628 <property name="visible">True</property>
624 <property name="can_focus">False</property> 629 <property name="can_focus">False</property>
625 <child> 630 <child>
626 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_anonymity_label"> 631 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_anonymity_label">
627 <property name="visible">True</property> 632 <property name="visible">True</property>
628 <property name="can_focus">False</property> 633 <property name="can_focus">False</property>
629 <property name="xalign">1</property>
630 <property name="label" translatable="yes">A_nonymity:</property> 634 <property name="label" translatable="yes">A_nonymity:</property>
631 <property name="use_underline">True</property> 635 <property name="use_underline">True</property>
636 <property name="xalign">1</property>
632 </object> 637 </object>
633 <packing> 638 <packing>
634 <property name="expand">False</property> 639 <property name="expand">False</property>
@@ -677,16 +682,16 @@
677 </packing> 682 </packing>
678 </child> 683 </child>
679 <child> 684 <child>
680 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_priority_hbox"> 685 <object class="GtkBox" id="GNUNET_GTK_edit_publication_priority_hbox">
681 <property name="visible">True</property> 686 <property name="visible">True</property>
682 <property name="can_focus">False</property> 687 <property name="can_focus">False</property>
683 <child> 688 <child>
684 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_priority_label"> 689 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_priority_label">
685 <property name="visible">True</property> 690 <property name="visible">True</property>
686 <property name="can_focus">False</property> 691 <property name="can_focus">False</property>
687 <property name="xalign">1</property>
688 <property name="label" translatable="yes">_Priority:</property> 692 <property name="label" translatable="yes">_Priority:</property>
689 <property name="use_underline">True</property> 693 <property name="use_underline">True</property>
694 <property name="xalign">1</property>
690 </object> 695 </object>
691 <packing> 696 <packing>
692 <property name="expand">False</property> 697 <property name="expand">False</property>
@@ -719,16 +724,16 @@
719 </packing> 724 </packing>
720 </child> 725 </child>
721 <child> 726 <child>
722 <object class="GtkHBox" id="hbox4"> 727 <object class="GtkBox" id="hbox4">
723 <property name="visible">True</property> 728 <property name="visible">True</property>
724 <property name="can_focus">False</property> 729 <property name="can_focus">False</property>
725 <child> 730 <child>
726 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_expiration_label"> 731 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_expiration_label">
727 <property name="visible">True</property> 732 <property name="visible">True</property>
728 <property name="can_focus">False</property> 733 <property name="can_focus">False</property>
729 <property name="xalign">1</property>
730 <property name="label" translatable="yes">_Expriation year:</property> 734 <property name="label" translatable="yes">_Expriation year:</property>
731 <property name="use_underline">True</property> 735 <property name="use_underline">True</property>
736 <property name="xalign">1</property>
732 </object> 737 </object>
733 <packing> 738 <packing>
734 <property name="expand">False</property> 739 <property name="expand">False</property>
@@ -763,7 +768,7 @@
763 </packing> 768 </packing>
764 </child> 769 </child>
765 <child> 770 <child>
766 <object class="GtkHBox" id="hbox9"> 771 <object class="GtkBox" id="hbox9">
767 <property name="visible">True</property> 772 <property name="visible">True</property>
768 <property name="can_focus">False</property> 773 <property name="can_focus">False</property>
769 <child> 774 <child>
@@ -835,7 +840,7 @@
835 </packing> 840 </packing>
836 </child> 841 </child>
837 <child> 842 <child>
838 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_buttons_hbox"> 843 <object class="GtkBox" id="GNUNET_GTK_edit_publication_buttons_hbox">
839 <property name="visible">True</property> 844 <property name="visible">True</property>
840 <property name="can_focus">False</property> 845 <property name="can_focus">False</property>
841 <child> 846 <child>