[longomatch/newui: 21/104] Use the new icons in the Teams templates panel
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/newui: 21/104] Use the new icons in the Teams templates panel
- Date: Wed, 27 Aug 2014 08:50:46 +0000 (UTC)
commit 7202d791b829abea3365d80bea4d6eced67a51bf
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Aug 18 20:01:06 2014 +0200
Use the new icons in the Teams templates panel
.../LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs | 12 +++---------
LongoMatch.GUI/gtk-gui/gui.stetic | 12 ++++++------
2 files changed, 9 insertions(+), 15 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
index be31ee9..76c3921 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
@@ -120,12 +120,10 @@ namespace LongoMatch.Gui.Panel
w15.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w16 = new global::Gtk.Image ();
- w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add",
global::Gtk.IconSize.SmallToolbar);
+ w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-template-add",
global::Gtk.IconSize.SmallToolbar);
w15.Add (w16);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w18 = new global::Gtk.Label ();
- w18.LabelProp = global::Mono.Unix.Catalog.GetString ("_Add");
- w18.UseUnderline = true;
w15.Add (w18);
w14.Add (w15);
this.newteamtemplatebutton.Add (w14);
@@ -145,12 +143,10 @@ namespace LongoMatch.Gui.Panel
w24.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w25 = new global::Gtk.Image ();
- w25.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove",
global::Gtk.IconSize.SmallToolbar);
+ w25.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-template-delete",
global::Gtk.IconSize.SmallToolbar);
w24.Add (w25);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w27 = new global::Gtk.Label ();
- w27.LabelProp = global::Mono.Unix.Catalog.GetString ("_Remove");
- w27.UseUnderline = true;
w24.Add (w27);
w23.Add (w24);
this.deleteteamteamplatebutton.Add (w23);
@@ -171,12 +167,10 @@ namespace LongoMatch.Gui.Panel
w33.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w34 = new global::Gtk.Image ();
- w34.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save",
global::Gtk.IconSize.SmallToolbar);
+ w34.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-template-save",
global::Gtk.IconSize.SmallToolbar);
w33.Add (w34);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w36 = new global::Gtk.Label ();
- w36.LabelProp = global::Mono.Unix.Catalog.GetString ("_Save");
- w36.UseUnderline = true;
w33.Add (w36);
w32.Add (w33);
this.saveteamtemplatebutton.Add (w32);
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index e0197ce..212dc0b 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -7347,8 +7347,8 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-add SmallToolbar</property>
- <property name="Label" translatable="yes">_Add</property>
+ <property name="Icon">stock:longomatch-template-add SmallToolbar</property>
+ <property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
<packing>
@@ -7361,8 +7361,8 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-remove SmallToolbar</property>
- <property name="Label" translatable="yes">_Remove</property>
+ <property name="Icon">stock:longomatch-template-delete SmallToolbar</property>
+ <property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
<packing>
@@ -7376,8 +7376,8 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-save SmallToolbar</property>
- <property name="Label" translatable="yes">_Save</property>
+ <property name="Icon">stock:longomatch-template-save SmallToolbar</property>
+ <property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]