add translator plugin

This commit is contained in:
qianlifeng
2014-01-05 17:56:02 +08:00
parent 07d002da48
commit b2081dcbc9
22 changed files with 820 additions and 47 deletions

View File

@@ -85,6 +85,7 @@ namespace WinAlfred.Helper
if (!RegisterHotKey(window.Handle, currentId, (uint)xModifier, (uint)key))
{
Log.Error("Couldnt register the hot key.");
MessageBox.Show("Couldnt register the hot key.");
#if (DEBUG)
{
throw new InvalidOperationException("Couldnt register the hot key.");