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

Skip to content
Snippets Groups Projects
Commit 4f324aaf authored by Raphael LUZ's avatar Raphael LUZ
Browse files

- Fixed path to JIRA guide

- Updated changes.md
- Updated Release Notes
parent 82dc0217
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ TODO
* Test Options are now only available in Engineering Mode
* Gearbox Editor now shows generic and user-defined shift polygons (if available)
* Various small updates in GUI
* Added 'Create JIRA Issue' dialog
### VECTO 2.1.4
* Bugfixes in start gear and (A)MT shift model
......
File added
......@@ -13,8 +13,8 @@ Public Class F_JIRA
End Sub
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
If IO.File.Exists(MyAppPath & "User Manual\JIRA Quick Start.pdf") Then
System.Diagnostics.Process.Start(MyAppPath & "User Manual\JIRA Quick Start.pdf")
If IO.File.Exists(MyAppPath & "User Manual\JIRA Quick Start Guide.pdf") Then
System.Diagnostics.Process.Start(MyAppPath & "User Manual\JIRA Quick Start Guide.pdf")
Else
MsgBox("File not found!", MsgBoxStyle.Critical)
End If
......
......@@ -956,8 +956,8 @@ Partial Class F_MAINForm
'ReportBugViaCITnetToolStripMenuItem
'
Me.ReportBugViaCITnetToolStripMenuItem.Name = "ReportBugViaCITnetToolStripMenuItem"
Me.ReportBugViaCITnetToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
Me.ReportBugViaCITnetToolStripMenuItem.Text = "Report Bug via CITnet"
Me.ReportBugViaCITnetToolStripMenuItem.Size = New System.Drawing.Size(222, 22)
Me.ReportBugViaCITnetToolStripMenuItem.Text = "Report Bug via CITnet / JIRA"
'
'ToolStripSeparator3
'
......
......@@ -218,7 +218,7 @@
<value>619, 13</value>
</metadata>
<metadata name="CmOpenFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>865, 12</value>
<value>732, 12</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>49</value>
......
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