aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-11-15 15:49:35 -0500
committerlempamo <[email protected]>2017-11-15 15:49:35 -0500
commit3f03fdb36c72812ec7b899ba533260b06286de55 (patch)
tree1903cf12be764800d708d3b8c55e3109835679dd /Histacom2/OS/Win98/Win98Apps
parent190bbd4c2e9385a2f20761b20f1c6d31d56fbbfd (diff)
downloadhistacom2-3f03fdb36c72812ec7b899ba533260b06286de55.tar.gz
histacom2-3f03fdb36c72812ec7b899ba533260b06286de55.tar.bz2
histacom2-3f03fdb36c72812ec7b899ba533260b06286de55.zip
a few minor fixes involving the about box
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
index bc121e6..e02fe00 100644
--- a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
+++ b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
@@ -626,7 +626,7 @@ namespace Histacom2.OS.Win95.Win95Apps
private void AboutWindows95ToolStripMenuItem_Click(object sender, EventArgs e)
{
WindowManager wm = new WindowManager();
- wm.StartAboutBox95("Windows 98", "Microsoft Windows 98", Properties.Resources.WinClassicAbout95);
+ wm.StartAboutBox98("Windows 98", "Microsoft (R) Windows", Properties.Resources.WinClassicAbout95);
}
private void RenameToolStripMenuItem_Click(object sender, EventArgs e)