diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 10:17:11 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 10:17:11 +0100 |
| commit | 294592d1bcb6886863fd1d9a4b21936e98cd7f46 (patch) | |
| tree | 62a742b9a851f3e03597f7fb3b8baf2239d44fd9 /TimeHACK.Main/OS/Win98/Win98.cs | |
| parent | f355abf45eef2b1a103c81df554426f848c53975 (diff) | |
| download | histacom2-294592d1bcb6886863fd1d9a4b21936e98cd7f46.tar.gz histacom2-294592d1bcb6886863fd1d9a4b21936e98cd7f46.tar.bz2 histacom2-294592d1bcb6886863fd1d9a4b21936e98cd7f46.zip | |
Win98 Designer Finished! At least for me...
Diffstat (limited to 'TimeHACK.Main/OS/Win98/Win98.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index 54415af..e3e7043 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -363,8 +363,7 @@ namespace TimeHACK.OS.Win98 { FileDialogBoxManager.IsInOpenDialog = false; FileDialogBoxManager.IsInSaveDialog = false; - Win95WindowsExplorer we = new Win95WindowsExplorer(); - WinClassic app = wm.StartWin95(we, "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true); + WinClassic app = wm.StartWin95(new WinClassicWindowsExplorer(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true); AddTaskBarItem(app, app.Tag.ToString(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer); nonimportantapps.Add(app); |
