fixes the Website Link in AboutBox
This commit is contained in:
parent
62bffb1f50
commit
f535257713
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -23,7 +23,7 @@
|
|||
Me.Close()
|
||||
End Sub
|
||||
|
||||
Private Sub lnkWebsite_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs)
|
||||
Private Sub lnkWebsite_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lnkWebsite.LinkClicked
|
||||
Process.Start("http://tmsn.at/?tools&gaesteliste")
|
||||
End Sub
|
||||
|
||||
|
|
Loading…
Reference in a new issue