updates urls in main form
This commit is contained in:
parent
3de5dbf40c
commit
880c677c73
2 changed files with 3 additions and 3 deletions
WiW Trial Handout Text Creator
|
@ -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…
Add table
Reference in a new issue