updates urls in main form

master
Dominic Reich 8 years ago
parent 3de5dbf40c
commit 880c677c73

@ -78,10 +78,10 @@ Partial Class frmMain
Me.linkBugreport.AutoSize = True Me.linkBugreport.AutoSize = True
Me.linkBugreport.Location = New System.Drawing.Point(12, 331) Me.linkBugreport.Location = New System.Drawing.Point(12, 331)
Me.linkBugreport.Name = "linkBugreport" Me.linkBugreport.Name = "linkBugreport"
Me.linkBugreport.Size = New System.Drawing.Size(169, 13) Me.linkBugreport.Size = New System.Drawing.Size(46, 13)
Me.linkBugreport.TabIndex = 28 Me.linkBugreport.TabIndex = 28
Me.linkBugreport.TabStop = True Me.linkBugreport.TabStop = True
Me.linkBugreport.Text = "http://tmsn.at/?tools&&trial-handout" Me.linkBugreport.Text = "Website"
' '
'lblWeeks 'lblWeeks
' '

@ -90,7 +90,7 @@
' Case Windows.Forms.DialogResult.Cancel ' Case Windows.Forms.DialogResult.Cancel
' Exit Sub ' Exit Sub
'End Select 'End Select
System.Diagnostics.Process.Start("http://tmsn.at/?tools&trial-handout") System.Diagnostics.Process.Start("http://klamm.io")
linkBugreport.LinkVisited = True linkBugreport.LinkVisited = True
Exit Sub Exit Sub
ShowError: ShowError:

Loading…
Cancel
Save