added space in pre-Vista messages

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1636 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-07-27 01:02:32 +00:00
parent f3af8361da
commit a09c08a92e
+1 -1
View File
@@ -315,7 +315,7 @@ namespace ProcessHacker.Common
else
{
return MessageBox.Show(
message + "Are you sure you want to " + action + "?",
message + " Are you sure you want to " + action + "?",
"Process Hacker",
MessageBoxButtons.YesNo,
MessageBoxIcon.Warning