diff options
| author | lempamo <[email protected]> | 2017-07-27 00:25:37 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-27 00:25:37 -0400 |
| commit | b56050694f6473b13807a10d39881591e0f0f469 (patch) | |
| tree | 416ef18ac065815a0456a67998e739b80d63f550 /TimeHACK.Main/OS/Win98 | |
| parent | 27b0ef74642e98bf8c9a83d2700e7ce6643e3114 (diff) | |
| download | histacom2-b56050694f6473b13807a10d39881591e0f0f469.tar.gz histacom2-b56050694f6473b13807a10d39881591e0f0f469.tar.bz2 histacom2-b56050694f6473b13807a10d39881591e0f0f469.zip | |
the files thing, will fix in morning
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 ef28bca..290d2f2 100644 --- a/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs @@ -110,14 +110,14 @@ namespace TimeHACK.OS.Win95.Win95Apps if (returnYesIfProtected == true) { - if (toRead.Isprotected == true) + if (toRead.IsProtected == true) { return "yes"; } } else { - return toRead.label; + return toRead.Label; } return Val; } |
