[longomatch] Rename Common Tags UI to Generic Tags, to keep in sync with the code.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Rename Common Tags UI to Generic Tags, to keep in sync with the code.
- Date: Thu, 23 Apr 2015 15:19:02 +0000 (UTC)
commit 2ef150247f8fa8d42ce7104345463fa82f2b6bad
Author: Xavi Artigas <xartigas fluendo com>
Date: Thu Apr 16 10:05:50 2015 +0200
Rename Common Tags UI to Generic Tags, to keep in sync with the code.
LongoMatch.GUI/Gui/Component/LinkProperties.cs | 10 +++---
.../LongoMatch.Gui.Component.LinkProperties.cs | 30 ++++++++++----------
LongoMatch.GUI/gtk-gui/gui.stetic | 6 ++--
3 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/LinkProperties.cs b/LongoMatch.GUI/Gui/Component/LinkProperties.cs
index 729de3a..e7b5a40 100644
--- a/LongoMatch.GUI/Gui/Component/LinkProperties.cs
+++ b/LongoMatch.GUI/Gui/Component/LinkProperties.cs
@@ -31,8 +31,8 @@ namespace LongoMatch.Gui.Component
link.KeepPlayerTags = checkbuttonkeepplayertags.Active;
Edited = true;
};
- checkbuttonkeepcommontags.Toggled += (sender, e) => {
- link.KeepGenericTags = checkbuttonkeepcommontags.Active;
+ checkbuttonkeepgenerictags.Toggled += (sender, e) => {
+ link.KeepGenericTags = checkbuttonkeepgenerictags.Active;
Edited = true;
};
}
@@ -65,19 +65,19 @@ namespace LongoMatch.Gui.Component
if (Link.SourceButton is TimerButton && Link.DestinationButton is TimerButton) {
comboboxaction.Visible = labelaction.Visible = true;
comboboxteamaction.Visible = labelteamaction.Visible = false;
- checkbuttonkeepcommontags.Visible = labelkeepcommontags.Visible = false;
+ checkbuttonkeepgenerictags.Visible = labelkeepgenerictags.Visible = false;
checkbuttonkeepplayertags.Visible = labelkeepplayertags.Visible = false;
comboboxaction.Active = (int)link.Action;
} else {
comboboxaction.Visible = labelaction.Visible = false;
comboboxteamaction.Visible = labelteamaction.Visible = true;
- checkbuttonkeepcommontags.Visible = labelkeepcommontags.Visible = true;
+ checkbuttonkeepgenerictags.Visible = labelkeepgenerictags.Visible = true;
checkbuttonkeepplayertags.Visible = labelkeepplayertags.Visible = true;
comboboxteamaction.Active = (int)link.TeamAction;
checkbuttonkeepplayertags.Active = link.KeepPlayerTags;
- checkbuttonkeepcommontags.Active = link.KeepGenericTags;
+ checkbuttonkeepgenerictags.Active = link.KeepGenericTags;
}
}
}
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LinkProperties.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LinkProperties.cs
index 8738a8d..af3febc 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LinkProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LinkProperties.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Component
{
private global::Gtk.Table tabledata;
- private global::Gtk.CheckButton checkbuttonkeepcommontags;
+ private global::Gtk.CheckButton checkbuttonkeepgenerictags;
private global::Gtk.CheckButton checkbuttonkeepplayertags;
@@ -22,7 +22,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Label labelfromtagsdata;
- private global::Gtk.Label labelkeepcommontags;
+ private global::Gtk.Label labelkeepgenerictags;
private global::Gtk.Label labelkeepplayertags;
@@ -46,13 +46,13 @@ namespace LongoMatch.Gui.Component
this.tabledata.RowSpacing = ((uint)(6));
this.tabledata.ColumnSpacing = ((uint)(6));
// Container child tabledata.Gtk.Table+TableChild
- this.checkbuttonkeepcommontags = new global::Gtk.CheckButton ();
- this.checkbuttonkeepcommontags.Name = "checkbuttonkeepcommontags";
- this.checkbuttonkeepcommontags.Label = "";
- this.checkbuttonkeepcommontags.DrawIndicator = true;
- this.checkbuttonkeepcommontags.UseUnderline = true;
- this.tabledata.Add (this.checkbuttonkeepcommontags);
- global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tabledata
[this.checkbuttonkeepcommontags]));
+ this.checkbuttonkeepgenerictags = new global::Gtk.CheckButton ();
+ this.checkbuttonkeepgenerictags.Name = "checkbuttonkeepgenerictags";
+ this.checkbuttonkeepgenerictags.Label = "";
+ this.checkbuttonkeepgenerictags.DrawIndicator = true;
+ this.checkbuttonkeepgenerictags.UseUnderline = true;
+ this.tabledata.Add (this.checkbuttonkeepgenerictags);
+ global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tabledata
[this.checkbuttonkeepgenerictags]));
w1.TopAttach = ((uint)(7));
w1.BottomAttach = ((uint)(8));
w1.LeftAttach = ((uint)(1));
@@ -149,12 +149,12 @@ namespace LongoMatch.Gui.Component
w8.XOptions = ((global::Gtk.AttachOptions)(4));
w8.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tabledata.Gtk.Table+TableChild
- this.labelkeepcommontags = new global::Gtk.Label ();
- this.labelkeepcommontags.Name = "labelkeepcommontags";
- this.labelkeepcommontags.Xalign = 1F;
- this.labelkeepcommontags.LabelProp = global::Mono.Unix.Catalog.GetString ("Keep
common tags");
- this.tabledata.Add (this.labelkeepcommontags);
- global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tabledata
[this.labelkeepcommontags]));
+ this.labelkeepgenerictags = new global::Gtk.Label ();
+ this.labelkeepgenerictags.Name = "labelkeepgenerictags";
+ this.labelkeepgenerictags.Xalign = 1F;
+ this.labelkeepgenerictags.LabelProp = global::Mono.Unix.Catalog.GetString ("Keep
generic tags");
+ this.tabledata.Add (this.labelkeepgenerictags);
+ global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tabledata
[this.labelkeepgenerictags]));
w9.TopAttach = ((uint)(7));
w9.BottomAttach = ((uint)(8));
w9.XOptions = ((global::Gtk.AttachOptions)(4));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 1a97f6d..28b20f3 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -11816,7 +11816,7 @@ To avoid this, and to enjoy many additional functional benefits, we encourage yo
<placeholder />
</child>
<child>
- <widget class="Gtk.CheckButton" id="checkbuttonkeepcommontags">
+ <widget class="Gtk.CheckButton" id="checkbuttonkeepgenerictags">
<property name="MemberName" />
<property name="Label" translatable="yes" />
<property name="DrawIndicator">True</property>
@@ -11995,10 +11995,10 @@ Invert</property>
</packing>
</child>
<child>
- <widget class="Gtk.Label" id="labelkeepcommontags">
+ <widget class="Gtk.Label" id="labelkeepgenerictags">
<property name="MemberName" />
<property name="Xalign">1</property>
- <property name="LabelProp" translatable="yes">Keep common tags</property>
+ <property name="LabelProp" translatable="yes">Keep generic tags</property>
</widget>
<packing>
<property name="TopAttach">7</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]