From a09c08a92ea419dbd2aedb6427606116101e7bcd Mon Sep 17 00:00:00 2001 From: wj32 Date: Mon, 27 Jul 2009 01:02:32 +0000 Subject: [PATCH] added space in pre-Vista messages git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1636 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- trunk/ProcessHacker/Common/PhUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ProcessHacker/Common/PhUtils.cs b/trunk/ProcessHacker/Common/PhUtils.cs index ae4d0897f..9ed5404d1 100644 --- a/trunk/ProcessHacker/Common/PhUtils.cs +++ b/trunk/ProcessHacker/Common/PhUtils.cs @@ -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