File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
b2sbackglassdesigner/b2sbackglassdesigner/forms Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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( "fixing a lot of issues and implementing 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." )
You can’t perform that action at this time.
0 commit comments