aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-03 21:08:00 -0400
committerlempamo <[email protected]>2017-10-03 21:08:00 -0400
commit13db16e701ea7b9d4090903b11c7715089a10a0b (patch)
tree11a9d4c96993feb91d97793d1e6a075c55624b4d /Histacom2/OS/Win98/Win98.cs
parent21eb98e352b69ce6da9f758b9d3613ea47071468 (diff)
downloadhistacom2-13db16e701ea7b9d4090903b11c7715089a10a0b.tar.gz
histacom2-13db16e701ea7b9d4090903b11c7715089a10a0b.tar.bz2
histacom2-13db16e701ea7b9d4090903b11c7715089a10a0b.zip
start of webchat1999 script
Diffstat (limited to 'Histacom2/OS/Win98/Win98.cs')
-rw-r--r--Histacom2/OS/Win98/Win98.cs16
1 files changed, 4 insertions, 12 deletions
diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Win98.cs
index 32b7aca..351456d 100644
--- a/Histacom2/OS/Win98/Win98.cs
+++ b/Histacom2/OS/Win98/Win98.cs
@@ -303,11 +303,9 @@ namespace Histacom2.OS.Win98
else
{
// It is an actual file on the disk
-
WinClassicWindowsExplorer we = new WinClassicWindowsExplorer();
// If it is a directory
-
if (Directory.Exists(objListViewItem.Tag.ToString()))
{
we.CurrentDirectory = objListViewItem.Tag.ToString();
@@ -317,13 +315,7 @@ namespace Histacom2.OS.Win98
app.BringToFront();
startmenu.Hide();
}
- else
- {
- // Just open the file...
-
- we.OpenFile(objListViewItem.Tag.ToString());
- }
-
+ else we.OpenFile(objListViewItem.Tag.ToString()); // Just open the file...
}
}
}
@@ -338,10 +330,10 @@ namespace Histacom2.OS.Win98
}
private void WebChatToolStripMenuItem_Click(object sender, EventArgs e)
{
- WebChat1998 wc = new WebChat1998();
- WinClassic app = wm.Init(wc, "Web Chat 1998", null, true, true);
+ WebChat1999 wc = new WebChat1999();
+ WinClassic app = wm.Init(wc, "Web Chat 1999", null, true, true);
- AddTaskBarItem(app, app.Tag.ToString(), "Web Chat 1998", null);
+ AddTaskBarItem(app, app.Tag.ToString(), "Web Chat 1999", null);
app.BringToFront();
startmenu.Hide();