From 8af2cb0ce6a20b85e905376eeba99edb236988d6 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Mon, 4 Aug 2014 20:11:40 -0400 Subject: [PATCH] This should have been AccelKey long time ago... --- CSharp/Engines/GTK/UniversalEditor.Engines.GTK/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/MainWindow.cs b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/MainWindow.cs index 9fa7d5c1..7dc46463 100644 --- a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/MainWindow.cs +++ b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/MainWindow.cs @@ -76,7 +76,7 @@ namespace UniversalEditor.Engines.GTK menubar1.ShowAll (); } - private Gdk.Key AccelKeyFromCommandShortcutKey (CommandShortcutKey shortcutKey) + private AccelKey AccelKeyFromCommandShortcutKey (CommandShortcutKey shortcutKey) { AccelKey ak = new AccelKey(); switch (shortcutKey.Value)