diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 16:22:32 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 16:22:32 +0100 |
| commit | 110089e0d7fcbc454dc55c0619ec4ccebc1a7e85 (patch) | |
| tree | 96f88795cdc73417b49abe1f77bce94b6731005b /TimeHACK.Main/OS/Win98 | |
| parent | c3ad5be7444664be6a1f7ba023067eb32cb5d231 (diff) | |
| download | histacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.tar.gz histacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.tar.bz2 histacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.zip | |
Realistic Desktop is finished!
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs index 245d188..ef28bca 100644 --- a/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs @@ -22,7 +22,7 @@ namespace TimeHACK.OS.Win95.Win95Apps public string onlyViewExtension = ""; string ToReplaceWith = ProfileDirectory; - string CurrentDirectory = ProfileMyComputerDirectory; + public string CurrentDirectory = ProfileMyComputerDirectory; string OldLabelText; string CurrentCopyFile; int fileType = 6; @@ -236,7 +236,7 @@ namespace TimeHACK.OS.Win95.Win95Apps diskView.Nodes.Add(new TreeNode("Desktop", 0, 0, desktoparray)); } - void OpenFile(string fileDir) + public void OpenFile(string fileDir) { try { |
