Skip to content

Commit

Permalink
First form directory vehicles, sim creep
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Jan 7, 2025
1 parent 68339b5 commit 23b2995
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions SourceCode/GPS/Forms/FormGPS.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SourceCode/GPS/Forms/Form_First.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private void Form_About_Load(object sender, EventArgs e)
Left = 0;
}

label1.Text = RegistrySettings.vehiclesDirectory + RegistrySettings.vehicleFileName + ".xml";
label1.Text = RegistrySettings.vehiclesDirectory + " -> " + RegistrySettings.vehicleFileName + ".xml";

if (RegistrySettings.workingDirectory == "Default")
{
Expand Down

0 comments on commit 23b2995

Please sign in to comment.