diff options
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs index e02fe00..3790d48 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs @@ -765,7 +765,7 @@ namespace Histacom2.OS.Win95.Win95Apps bool recognized = false; string description = ""; - if (SaveSystem.CurrentSave.CurrentOS == "2000" || SaveSystem.CurrentSave.CurrentOS == "ME") + if (CurrentSave.CurrentOS == "2000" || CurrentSave.CurrentOS == "ME") { switch (File.ReadAllText(Path.Combine(CurrentDirectory, mainView.FocusedItem.Text))) { |
