Filled out the license pane.

Former-commit-id: 8368f5728b457ca3e62ad5f2d27d717e1b56c505
This commit is contained in:
David Anderson
2013-02-23 21:54:49 -08:00
parent bd65a373ec
commit 13db8fdf70
2 changed files with 297 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ namespace installtool
public LicenseAccept()
{
InitializeComponent();
license_.Text = license_.Text.Replace("

", "");
}
}
}