labelServiceName is now cleared as well as labelServiceDisplayName

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@608 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-02-05 22:13:22 +00:00
parent 3bfc0d4f9f
commit 3759bc7718
@@ -243,7 +243,8 @@ namespace ProcessHacker
private void ClearControls()
{
labelServiceDisplayName.Text = "N/A";
labelServiceName.Text = "";
labelServiceDisplayName.Text = "";
comboType.Text = "";
comboStartType.Text = "";
comboErrorControl.Text = "";