about.ui (3237B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Generated with glade 3.40.0 3 4 Copyright (C) 2022‑‑2025 GNUnet e.V. 5 6 GNUnet is free software: you can redistribute it and/or modify it 7 under the terms of the GNU Affero General Public License as published 8 by the Free Software Foundation, either version 3 of the License, 9 or (at your option) any later version. 10 11 GNUnet is distributed in the hope that it will be useful, but 12 WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 Affero General Public License for more details. 15 16 You should have received a copy of the GNU Affero General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 19 SPDX-License-Identifier: AGPL3.0-or-later 20 Author: Tobias Frisch 21 22 --> 23 <interface> 24 <requires lib="gtk+" version="3.24"/> 25 <object class="GtkAboutDialog" id="about_dialog"> 26 <property name="modal">1</property> 27 <property name="program-name">GNUnet Messenger</property> 28 <property name="version">0.0.0</property> 29 <property name="copyright" translatable="yes">This application is part of GNUnet. 30 Copyright (C) 2021--2024 GNUnet e.V.</property> 31 <property name="website">https://www.gnunet.org</property> 32 <property name="authors">Tobias Frisch</property> 33 <property name="documenters">Tobias Frisch 34 Marcos Marado</property> 35 <property name="translator-credits" translatable="yes">Translators</property> 36 <property name="artists">Tobias Frisch</property> 37 <property name="logo-icon-name">org.gnunet.Messenger</property> 38 <property name="license-type">agpl-3-0</property> 39 <child internal-child="vbox"> 40 <object class="GtkBox"> 41 <property name="orientation">vertical</property> 42 <property name="spacing">2</property> 43 <child internal-child="action_area"> 44 <object class="GtkButtonBox"> 45 <property name="layout-style">end</property> 46 </object> 47 <packing> 48 <property name="fill">0</property> 49 </packing> 50 </child> 51 <child> 52 <object class="GtkButtonBox"> 53 <property name="visible">1</property> 54 <property name="layout-style">end</property> 55 <child> 56 <object class="GtkButton" id="close_button"> 57 <property name="label" translatable="yes">Close</property> 58 <property name="visible">1</property> 59 <property name="can-focus">1</property> 60 <property name="receives-default">1</property> 61 </object> 62 <packing> 63 <property name="expand">1</property> 64 </packing> 65 </child> 66 </object> 67 <packing> 68 <property name="pack-type">end</property> 69 <property name="position">1</property> 70 </packing> 71 </child> 72 <child> 73 <object class="GtkSeparator"> 74 <property name="visible">1</property> 75 </object> 76 <packing> 77 <property name="pack-type">end</property> 78 <property name="position">2</property> 79 </packing> 80 </child> 81 </object> 82 </child> 83 </object> 84 </interface>