diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-20 13:51:06 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-20 13:51:06 +0100 |
| commit | 516928f112a8b646d81d99693fbbcd4e5c45b6e2 (patch) | |
| tree | c20001bd412885f8c4082bec2634f4e4feb58251 /TimeHACK.Main/SaveDialogs/NewGameDialog.cs | |
| parent | 9af6e5bbff5138a4140958968affc79ec3447139 (diff) | |
| parent | c14b9ee0334260b7ed5a014f856322a091500747 (diff) | |
| download | histacom2-516928f112a8b646d81d99693fbbcd4e5c45b6e2.tar.gz histacom2-516928f112a8b646d81d99693fbbcd4e5c45b6e2.tar.bz2 histacom2-516928f112a8b646d81d99693fbbcd4e5c45b6e2.zip | |
Merge pull request #75 from Alex-TIMEHACK/master
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) |
