This should have been AccelKey long time ago...

This commit is contained in:
Michael Becker 2014-08-04 20:11:40 -04:00
parent 1b91711291
commit 8af2cb0ce6

View File

@ -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)