Code development platform for open source projects from the European Union institutions

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

using correct mail address in about dialog (hashing tool)

parent 42455aa3
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0, 155, 0,0">
<TextBlock Text="Support Contact:" Margin="0,0,30,0"/>
<TextBlock Text="vecto@jrc.ec.europa.com" Foreground="Blue" TextDecorations="Underline" MouseLeftButtonUp="Supportmail">
<TextBlock Text="JRC-VECTO@ec.europa.eu" Foreground="Blue" TextDecorations="Underline" MouseLeftButtonUp="Supportmail">
<TextBlock.Style>
<Style>
<Style.Triggers>
......
......@@ -53,7 +53,7 @@ namespace HashingTool.Views
private void Supportmail(object sender, MouseButtonEventArgs e)
{
Process.Start("mailto:vecto@jrc.ec.europa.eu");
Process.Start("mailto:JRC-VECTO@ec.europa.eu");
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment