[longomatch] Use default shield instead of the logo in the combo boxes



commit 8cca7b76a953c5b3cfd5c6b75b70b631bd983149
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Nov 21 19:40:26 2014 +0100

    Use default shield instead of the logo in the combo boxes

 LongoMatch.GUI/Gui/Component/TeamsComboBox.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TeamsComboBox.cs b/LongoMatch.GUI/Gui/Component/TeamsComboBox.cs
index 6d44067..d22f60a 100644
--- a/LongoMatch.GUI/Gui/Component/TeamsComboBox.cs
+++ b/LongoMatch.GUI/Gui/Component/TeamsComboBox.cs
@@ -58,8 +58,7 @@ namespace LongoMatch.Gui.Component
                                int size = StyleConf.NewTeamsIconSize;
 
                                if (t.Shield == null) {
-                                       shield = Helpers.Misc.LoadIcon (Constants.LOGO_ICON, size,
-                                                                            IconLookupFlags.ForceSvg);
+                                       shield = Helpers.Misc.LoadIcon ("longomatch-default-shield", size);
                                } else {
                                        shield = t.Shield.Scale (size, size).Value;
                                }


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