diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 18:19:09 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 18:19:09 +0100 |
| commit | 2eac4232478d28e5bb2d93a60f17ba876680f045 (patch) | |
| tree | ddf27134b3143f7ab6b9578589f83203764810cc /TimeHACK.Main/OS | |
| parent | 62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91 (diff) | |
| download | histacom2-2eac4232478d28e5bb2d93a60f17ba876680f045.tar.gz histacom2-2eac4232478d28e5bb2d93a60f17ba876680f045.tar.bz2 histacom2-2eac4232478d28e5bb2d93a60f17ba876680f045.zip | |
Made the Downloader save .exe files to the Desktop
These are then interpreted by the EXE file opening thing (For Windows 95 it's the Win95WindowsExplorer and for Windows 98/2000/ME it's really WinClassicWindowsExplorer
Diffstat (limited to 'TimeHACK.Main/OS')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs index 4777dae..4b0157e 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs @@ -227,7 +227,7 @@ namespace TimeHACK.OS.Win95.Win95Apps void OpenApplication(string appname) { switch (appname.ToLower()) - { + { case "explorer": Engine.Template.WinClassic app = wm.StartWin95(new Win95WindowsExplorer(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true); Program.AddTaskbarItem(app, app.Tag.ToString(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer); @@ -283,7 +283,7 @@ namespace TimeHACK.OS.Win95.Win95Apps break; } - } + } string ReturnType(string extension) { string returnVal = ""; |
