diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:27:28 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:27:28 +0100 |
| commit | eca20f542d9b604f95f060d92028c4fd4ee173a6 (patch) | |
| tree | a3e98889f7f783e87948ba330ec9b43363cff8fc /TimeHACK.Main/OS/Win98/Win98.cs | |
| parent | c7266b653bc1ae99a7e11607a474195789f094ad (diff) | |
| download | histacom2-eca20f542d9b604f95f060d92028c4fd4ee173a6.tar.gz histacom2-eca20f542d9b604f95f060d92028c4fd4ee173a6.tar.bz2 histacom2-eca20f542d9b604f95f060d92028c4fd4ee173a6.zip | |
Made 95 explorer seperate from 98/2000/ME
Diffstat (limited to 'TimeHACK.Main/OS/Win98/Win98.cs')
| -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 5deba5a..54415af 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -363,7 +363,7 @@ namespace TimeHACK.OS.Win98 { FileDialogBoxManager.IsInOpenDialog = false; FileDialogBoxManager.IsInSaveDialog = false; - WinClassicWindowsExplorer we = new WinClassicWindowsExplorer(); + Win95WindowsExplorer we = new Win95WindowsExplorer(); WinClassic app = wm.StartWin95(we, "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true); AddTaskBarItem(app, app.Tag.ToString(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer); |
