gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: change 'add provider' to 'e


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: change 'add provider' to 'edit providers'
Date: Thu, 30 Sep 2021 16:07:14 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 96a3a36  change 'add provider' to 'edit providers'
96a3a36 is described below

commit 96a3a3653e838f1646143c5372ec81de84dae807
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 30 16:07:12 2021 +0200

    change 'add provider' to 'edit providers'
---
 contrib/anastasis_gtk_main_window.glade | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/contrib/anastasis_gtk_main_window.glade 
b/contrib/anastasis_gtk_main_window.glade
index 8ffb93f..30ce66e 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2
+<!-- Generated with glade 3.38.2 
 
 Copyright (C) 2019-2021 Anastasis SARL
 
@@ -28,11 +28,6 @@ Author: Christian Grothoff, Dennis Neufeld
   <!-- interface-description Key backup and recovery -->
   <!-- interface-copyright 2019-2021 Anastasis SARL -->
   <!-- interface-authors Christian Grothoff, Dennis Neufeld -->
-  <object class="GtkImage" id="add_image">
-    <property name="visible">True</property>
-    <property name="can-focus">False</property>
-    <property name="stock">gtk-add</property>
-  </object>
   <object class="GtkListStore" id="anastasis_gtk_backup_progress_liststore">
     <columns>
       <!-- column-name description -->
@@ -231,6 +226,11 @@ Author: Christian Grothoff, Dennis Neufeld
       </row>
     </data>
   </object>
+  <object class="GtkImage" id="edit_image">
+    <property name="visible">True</property>
+    <property name="can-focus">False</property>
+    <property name="stock">gtk-edit</property>
+  </object>
   <object class="GtkImage" id="email_image">
     <property name="visible">True</property>
     <property name="can-focus">False</property>
@@ -2016,11 +2016,11 @@ with &lt;a 
href="https://www.ngi.eu/ngi-projects/ledger/"&gt;funding&lt;/a&gt; f
                                                 <property 
name="orientation">vertical</property>
                                                 <child>
                                                   <object class="GtkButton" 
id="anastasis_gtk_edit_provider_list">
-                                                    <property name="label" 
translatable="yes">_Add provider</property>
+                                                    <property name="label" 
translatable="yes">_Edit providers</property>
                                                     <property 
name="visible">True</property>
                                                     <property 
name="can-focus">True</property>
                                                     <property 
name="receives-default">True</property>
-                                                    <property 
name="image">add_image</property>
+                                                    <property 
name="image">edit_image</property>
                                                     <property 
name="use-underline">True</property>
                                                     <property 
name="always-show-image">True</property>
                                                     <signal name="clicked" 
handler="anastasis_gtk_edit_provider_list_clicked_cb" swapped="no"/>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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