ContextMenu 3: Format #1366

This commit is contained in:
Michael Eichhorn
2017-04-11 14:32:51 +01:00
committed by bao-qian
parent 5198f70ebf
commit f3d79d906e

View File

@@ -156,7 +156,7 @@ namespace Wox.Core.Plugin
} }
else if (result.StartsWith("DEBUG:")) else if (result.StartsWith("DEBUG:"))
{ {
MessageBox.Show(new Form {TopMost = true}, result.Substring(6)); MessageBox.Show(new Form { TopMost = true }, result.Substring(6));
return string.Empty; return string.Empty;
} }
else else