Skip to content

Commit 3e6cc0b

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

b2sbackglassdesigner/b2sbackglassdesigner/forms/formAbout.vb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Public Class formAbout
88
Dim sb As StringBuilder = New StringBuilder()
99
sb.AppendLine("Thanks a lot to:")
1010
sb.AppendLine()
11+
sb.AppendLine("Tomas 'Tomaz' Jakobsson for his great support and working with our ")
12+
sb.AppendLine("backglass experts Hauntfreaks & Wildman to fix a lot of issues and implement new features.")
13+
sb.AppendLine()
14+
sb.AppendLine("'abhcoide', 'Jupiter' and Steve 'jonesyUK' for their bug fixes.")
15+
sb.AppendLine("Nicolas 'Nicals' Appriou for wine usage documentation.")
16+
sb.AppendLine()
17+
sb.AppendLine("'jsm174' and 'Toxie' For their support.")
1118
sb.AppendLine("'Dream7' for a first illumination code and wonderful LEDs.")
1219
sb.AppendLine("'Rosve' for all his great B2S' ideas.")
1320
sb.AppendLine("'Flying Dutchman' for images, infos and a lot UVP knowhow.")
@@ -19,7 +26,6 @@ Public Class formAbout
1926

2027
Dim cr As StringBuilder = New StringBuilder()
2128
cr.AppendLine("B2S Backglass Designer " & Application.ProductVersion)
22-
'cr.AppendLine("(" & My.Application.Info.WorkingSet & ")") My.Application.Info.Version.ToString &
2329
cr.AppendLine(My.Application.Info.Copyright.ToString & " by Herweh && B2S Team, All rights reserved.")
2430
lblCopyright.Text = cr.ToString()
2531

0 commit comments

Comments
 (0)