diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-08 16:25:39 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-08 16:25:39 +0100 |
| commit | dc161af0c5eb911ad31258663271757d2a877274 (patch) | |
| tree | 9a46631861b0f82546ef02018341cfbcb4185ffe /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs | |
| parent | 9ba0f0837636f98fac91b99a9c2b2ab35b20f113 (diff) | |
| download | histacom2-dc161af0c5eb911ad31258663271757d2a877274.tar.gz histacom2-dc161af0c5eb911ad31258663271757d2a877274.tar.bz2 histacom2-dc161af0c5eb911ad31258663271757d2a877274.zip | |
Updated my fork
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs index ad44cbd..1035041 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs @@ -144,7 +144,7 @@ namespace TimeHACK.OS.Win95.Win95Apps case 1: WinClassicNotepad np = new WinClassicNotepad(); np.mainText.Text = FileDialogBoxManager.ReadTextFile(filedir); - WinClassic app = wm.StartWin95(new WinClassicNotepad(), "Notepad", Properties.Resources.Win95IconNotepad, true, true); + WinClassic app = wm.StartWin95(np, "Notepad", Properties.Resources.Win95IconNotepad, true, true); Program.AddTaskbarItem(app, app.Tag.ToString(), "Notepad", Properties.Resources.Win95IconNotepad); |
