[chronojump] Send log/poll with new send_blue.png



commit 043983d6e8224f687503bf79ce5b9609b14adeeb
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jul 26 18:51:28 2021 +0200

    Send log/poll with new send_blue.png

 src/gui/sendLogAndPoll.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/sendLogAndPoll.cs b/src/gui/sendLogAndPoll.cs
index c4b764ba7..fec44b09f 100644
--- a/src/gui/sendLogAndPoll.cs
+++ b/src/gui/sendLogAndPoll.cs
@@ -93,7 +93,7 @@ public partial class ChronoJumpWindow
                else
                        radio_log_english.Active = true;
 
-               image_button_send_log.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"image_email.png");
+               image_button_send_log.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "send_blue.png");
                image_button_check_last_version.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"image_list.png");
                image_button_open_chronojump.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"chronojump_kangaroo_icon_transp.png");
 
@@ -180,7 +180,7 @@ public partial class ChronoJumpWindow
                label_social_network_poll_question.Text = "<b>" + label_social_network_poll_question.Text + 
"</b>";
                label_social_network_poll_question.UseMarkup = true;
 
-               image_button_social_network_poll_send.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"image_email.png");
+               image_button_social_network_poll_send.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"send_blue.png");
                image_button_open_chronojump1.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"chronojump_kangaroo_icon_transp.png");
        }
 


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