diff options
Diffstat (limited to 'TimeHACK.Main')
| -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 |
