[longomatch] Change the close button for the stats dialog
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Change the close button for the stats dialog
- Date: Mon, 5 Aug 2013 21:23:26 +0000 (UTC)
commit d3eb827ffb8fd9b5dd51025c7f79ae09d2317d3f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Aug 5 23:22:23 2013 +0200
Change the close button for the stats dialog
.../gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs
index c82b578..fb027cf 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs
@@ -73,8 +73,8 @@ namespace LongoMatch.Gui.Dialog
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.UseStock = true;
this.buttonCancel.UseUnderline = true;
- this.buttonCancel.Label = "gtk-cancel";
- this.AddActionWidget (this.buttonCancel, -6);
+ this.buttonCancel.Label = "gtk-close";
+ this.AddActionWidget (this.buttonCancel, -7);
global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5
[this.buttonCancel]));
w6.Expand = false;
w6.Fill = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]