Skip to content

Commit 467e697

Browse files
committed
Added tab with the software licenses
1 parent 7535ae0 commit 467e697

File tree

7 files changed

+515
-820
lines changed

7 files changed

+515
-820
lines changed

PatchMyPath/Home.Designer.cs

Lines changed: 40 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PatchMyPath/Home.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ private void Home_Load(object sender, EventArgs e)
703703
Program.Config.Save();
704704
}
705705

706+
// Fill the text
707+
LicensesRichTextBox.Rtf = Resources.Licenses;
706708
// Reload the list of installs
707709
RefreshInstalls();
708710
// Load the settings

0 commit comments

Comments
 (0)