diff options
| author | lempamo <[email protected]> | 2017-11-15 15:49:35 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-11-15 15:49:35 -0500 |
| commit | 3f03fdb36c72812ec7b899ba533260b06286de55 (patch) | |
| tree | 1903cf12be764800d708d3b8c55e3109835679dd /Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | |
| parent | 190bbd4c2e9385a2f20761b20f1c6d31d56fbbfd (diff) | |
| download | histacom2-3f03fdb36c72812ec7b899ba533260b06286de55.tar.gz histacom2-3f03fdb36c72812ec7b899ba533260b06286de55.tar.bz2 histacom2-3f03fdb36c72812ec7b899ba533260b06286de55.zip | |
a few minor fixes involving the about box
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs index e743b30..3f24049 100644 --- a/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs +++ b/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs @@ -656,7 +656,7 @@ namespace Histacom2.OS.Win95.Win95Apps private void AboutWindows95ToolStripMenuItem_Click(object sender, EventArgs e) { WindowManager wm = new WindowManager(); - wm.StartAboutBox95("Windows 95", "Microsoft Windows 95 Rev B", Properties.Resources.WinClassicAbout95); + wm.StartAboutBox95("Windows 95", "Microsoft Windows", Properties.Resources.WinClassicAbout95); } private void RenameToolStripMenuItem_Click(object sender, EventArgs e) |
