aboutsummaryrefslogtreecommitdiff
path: root/Project Ports
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-09-01 18:15:36 -0400
committerAlee14 <alee14498@gmail.com>2018-09-01 18:15:36 -0400
commit56cb0866c40c97d7dc50e6e2a339c1b957347010 (patch)
tree177d0eb5e0107af0d9871e183d3bb6fa7152ae62 /Project Ports
parentd59b0b4a47a9b144f27bbd9e77ae670819be19dd (diff)
downloadProject-Silicon-56cb0866c40c97d7dc50e6e2a339c1b957347010.tar.gz
Project-Silicon-56cb0866c40c97d7dc50e6e2a339c1b957347010.tar.bz2
Project-Silicon-56cb0866c40c97d7dc50e6e2a339c1b957347010.zip
finally, file system is in appdata and added licenses to new files
Diffstat (limited to 'Project Ports')
-rw-r--r--Project Ports/MainMenu.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs
index c72bda2..d97a672 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -77,10 +77,9 @@ namespace Project_Ports
portsVersion.Text = Properties.Settings.Default.version;
string appDataPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
- string path = Path.Combine(appDataPath, @"\UniverseDG\Project_Ports");
+ string path = Path.Combine(appDataPath, "Project Ports");
if (!Directory.Exists(path))
Directory.CreateDirectory(path);
-
}
}