Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit d9d3773f authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

correcting contact mail address in VECTO GUI

parent 7bde18a0
Branches
Tags
No related merge requests found
...@@ -85,7 +85,7 @@ Partial Class JiraDialog ...@@ -85,7 +85,7 @@ Partial Class JiraDialog
Me.LinkLabel3.Size = New System.Drawing.Size(122, 13) Me.LinkLabel3.Size = New System.Drawing.Size(122, 13)
Me.LinkLabel3.TabIndex = 18 Me.LinkLabel3.TabIndex = 18
Me.LinkLabel3.TabStop = True Me.LinkLabel3.TabStop = True
Me.LinkLabel3.Text = "vecto@jrc.ec.europa.eu" Me.LinkLabel3.Text = "JRC-VECTO@ec.europa.eu"
' '
'Label2 'Label2
' '
......
...@@ -24,7 +24,7 @@ Public Class JiraDialog ...@@ -24,7 +24,7 @@ Public Class JiraDialog
"- Country of workplace" & "%0A" & "- Country of workplace" & "%0A" &
"- Position" "- Position"
Process.Start("mailto:vecto@jrc.ec.europa.eu?subject=CITnet%20account&body=" & bodytext) Process.Start("mailto:JRC-VECTO@ec.europa.eu?subject=CITnet%20account&body=" & bodytext)
End Sub End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment