[longomatch] Fix typo in action name
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix typo in action name
- Date: Wed, 4 Feb 2015 11:09:35 +0000 (UTC)
commit 6999cf3ee014eded70a7d05265dc5b1702bf33f2
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Feb 4 12:09:23 2015 +0100
Fix typo in action name
LongoMatch.GUI/Gui/MainWindow.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/MainWindow.cs b/LongoMatch.GUI/Gui/MainWindow.cs
index 987878e..2559d17 100644
--- a/LongoMatch.GUI/Gui/MainWindow.cs
+++ b/LongoMatch.GUI/Gui/MainWindow.cs
@@ -92,7 +92,7 @@ namespace LongoMatch.Gui
public MenuItem AboutMenu {
get {
- return (MenuItem)this.UIManager.GetWidget
("/menubar1/FileAction/AboutAction");
+ return (MenuItem)this.UIManager.GetWidget
("/menubar1/HelpAction/AboutAction");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]