diff options
| author | lempamo <[email protected]> | 2018-02-19 22:19:23 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2018-02-19 22:19:23 -0500 |
| commit | 98f107f49d0a20f4bdf28016b586a9fa3636e866 (patch) | |
| tree | 655f1bff8ad7eadc61fb79e7a27f234750dac47c /Histacom2/OS/Win98 | |
| parent | a3dbe64889bd86262e2824f8741277292071194b (diff) | |
| download | histacom2-98f107f49d0a20f4bdf28016b586a9fa3636e866.tar.gz histacom2-98f107f49d0a20f4bdf28016b586a9fa3636e866.tar.bz2 histacom2-98f107f49d0a20f4bdf28016b586a9fa3636e866.zip | |
travelling
Diffstat (limited to 'Histacom2/OS/Win98')
| -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))) { |
