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)