Skip to content

Commit 3d6a675

Browse files
committed
Add updated information to the about window #37
1 parent 3b8f4f2 commit 3d6a675

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

b2sbackglassdesigner/b2sbackglassdesigner/forms/formAbout.vb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ Public Class formAbout
66
Private Sub formAbout_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
77

88
Dim sb As StringBuilder = New StringBuilder()
9+
sb.AppendLine("B2S Team: Richard 'Jarr3' Ludwig")
10+
sb.AppendLine()
911
sb.AppendLine("Thanks a lot to:")
1012
sb.AppendLine()
13+
sb.AppendLine("Tomas 'Tomaz' Jakobsson for his great support and working with our backglass experts")
14+
sb.AppendLine("Hauntfreaks, Wildman & Cliffy to fix a lot of issues and implement new features.")
15+
sb.AppendLine()
16+
sb.AppendLine("'abhcoide', 'Jupiter' and Steve 'jonesyUK' for their bug fixes.")
17+
sb.AppendLine("Nicolas 'Nicals' Appriou for wine usage documentation.")
18+
sb.AppendLine()
19+
sb.AppendLine("'jsm174' and 'Toxie' For their support.")
1120
sb.AppendLine("'Dream7' for a first illumination code and wonderful LEDs.")
1221
sb.AppendLine("'Rosve' for all his great B2S' ideas.")
1322
sb.AppendLine("'Flying Dutchman' for images, infos and a lot UVP knowhow.")

0 commit comments

Comments
 (0)