diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-20 13:48:20 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-20 13:48:20 +0100 |
| commit | c14b9ee0334260b7ed5a014f856322a091500747 (patch) | |
| tree | c20001bd412885f8c4082bec2634f4e4feb58251 /TimeHACK.Main/SaveDialogs/NewGameDialog.cs | |
| parent | c322a51694c130f036df17ec3027a5b30eb9472c (diff) | |
| download | histacom2-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.cs | 2 |
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) |
