Skip to content

Commit b03fdb1

Browse files
Added activity to html infor page
1 parent 17d4624 commit b03fdb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Menu/DownloadContentForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ private void writeAndStartInfoFile()
618618
else
619619
{
620620
outputFile.WriteLine("- " + Catalog.GetString("Installation profile") + ": " + RouteName + "<br>");
621+
outputFile.WriteLine("- " + Catalog.GetString("Activity") + ": " + route.Start.Activity + "<br>");
621622
outputFile.WriteLine("- " + Catalog.GetString("Route") + ": " + route.Start.Route + "<br>");
622623
outputFile.WriteLine("- " + Catalog.GetString("Locomotive") + ": " + route.Start.Locomotive + "<br>");
623624
outputFile.WriteLine("- " + Catalog.GetString("Consist") + ": " + route.Start.Consist + "<br>");

0 commit comments

Comments
 (0)