diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 18:19:52 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 18:19:52 +0100 |
| commit | eea369f5b5f8883b99a8371036cb09c3dd7ca774 (patch) | |
| tree | b58d80fc5a15a884807f6039f8ef193166ccb329 | |
| parent | 2eac4232478d28e5bb2d93a60f17ba876680f045 (diff) | |
| download | histacom2-eea369f5b5f8883b99a8371036cb09c3dd7ca774.tar.gz histacom2-eea369f5b5f8883b99a8371036cb09c3dd7ca774.tar.bz2 histacom2-eea369f5b5f8883b99a8371036cb09c3dd7ca774.zip | |
Fixed a bug.
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index 73702a5..e02c092 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -301,7 +301,7 @@ namespace TimeHACK.OS.Win98 { // It is an actual file on the disk - Win95WindowsExplorer we = new Win95WindowsExplorer(); + WinClassicWindowsExplorer we = new WinClassicWindowsExplorer(); // If it is a directory |
