aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/SaveDialogs/NewGameDialog.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-20 13:48:20 +0100
committerAlex-TIMEHACK <[email protected]>2017-05-20 13:48:20 +0100
commitc14b9ee0334260b7ed5a014f856322a091500747 (patch)
treec20001bd412885f8c4082bec2634f4e4feb58251 /TimeHACK.Main/SaveDialogs/NewGameDialog.cs
parentc322a51694c130f036df17ec3027a5b30eb9472c (diff)
downloadhistacom2-c14b9ee0334260b7ed5a014f856322a091500747.tar.gz
histacom2-c14b9ee0334260b7ed5a014f856322a091500747.tar.bz2
histacom2-c14b9ee0334260b7ed5a014f856322a091500747.zip
Fixed broken SaveSystem!
Diffstat (limited to 'TimeHACK.Main/SaveDialogs/NewGameDialog.cs')
-rw-r--r--TimeHACK.Main/SaveDialogs/NewGameDialog.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs
index 20895cb..d492a79 100644
--- a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs
+++ b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs
@@ -34,7 +34,7 @@ namespace TimeHACK
private void btnInfo_Click(object sender, EventArgs e)
{
- MessageBox.Show("The game's profiles are stored in your Documents /TimeHACK/Profiles - the rest is for you to figure out!");
+ MessageBox.Show("The game's profiles are stored in your AppData /TimeHACK/Profiles - the rest is for you to figure out!");
}
private void btnOk_Click(object sender, EventArgs e)