diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 12:45:53 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 12:45:53 +0100 |
| commit | 46eb239008fc30830b026b5eedc7da036d14d3f2 (patch) | |
| tree | b9e5a9f2397140a134d63b1d2608a3c49f15f407 /TimeHACK.Main/OS/Win95 | |
| parent | 31c67063128fc0e5accf852bafd8aab7c7b6e37b (diff) | |
| download | histacom2-46eb239008fc30830b026b5eedc7da036d14d3f2.tar.gz histacom2-46eb239008fc30830b026b5eedc7da036d14d3f2.tar.bz2 histacom2-46eb239008fc30830b026b5eedc7da036d14d3f2.zip | |
Fixed bugs
Diffstat (limited to 'TimeHACK.Main/OS/Win95')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs index a685fa6..e85b39f 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs @@ -22,7 +22,7 @@ namespace TimeHACK.OS.Win95.Win95Apps public string onlyViewExtension = ""; string ToReplaceWith = ProfileDirectory; - string CurrentDirectory = Path.Combine(ProfileDirectory, "folders", "Computer"); + string CurrentDirectory = ProfileMyComputerDirectory; string OldLabelText; int fileType = 6; //string attemptedDirectory = ""; |
