updated solution of uploader app

This commit is contained in:
Peli de Halleux
2016-08-18 08:32:36 -07:00
parent 7089aa9c54
commit 943393dfa3
5 changed files with 8 additions and 35 deletions

View File

@@ -14,7 +14,7 @@ namespace Microsoft.MicroBit
public LicenseDialog()
{
InitializeComponent();
this.textBox.Rtf = Resources.MSR_LA___2576;
this.textBox.Text = Resources.MSR_LA___2576;
}
private void acceptButton_Click(object sender, EventArgs e)