Fixed look of error message when registration of hotkeys failed.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2393 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-12-18 15:16:50 +00:00
commit 178a3d732f

View file

@ -551,7 +551,7 @@ namespace Greenshot {
}
if (!success) {
MessageBox.Show(Language.GetFormattedString(LangKey.warning_hotkeys, failedKeys.ToString()),Language.GetString(LangKey.warning));
MessageBox.Show(MainForm.Instance, Language.GetFormattedString(LangKey.warning_hotkeys, failedKeys.ToString()),Language.GetString(LangKey.warning), MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
}
}
#endregion