[chronojump] Better icon for icon image



commit 06f29296557afcaa03e7155e53d208efb7a8a276
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jul 15 15:07:54 2019 +0200

    Better icon for icon image

 src/gui/chronojumpIcons.cs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 4b519fbe..cbe705b4 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -568,8 +568,7 @@ public partial class ChronoJumpWindow
                UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_range);
                UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_time_to_peak_power);
 
-
-               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "gpm-statistics.png");
+               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_analyze.png");
                image_encoder_analyze_stats.Pixbuf = pixbuf;
                image_encoder_analyze_image_save.Pixbuf = pixbuf;
                image_forcesensor_analyze_save_signal.Pixbuf = pixbuf;


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