Skip to content

Commit f415bff

Browse files
author
adelikat
committed
--release version 1.0.0!--
update release date on about box, add forums link, change link for online help
1 parent ff6b6d6 commit f415bff

File tree

4 files changed

+36
-20
lines changed

4 files changed

+36
-20
lines changed

BizHawk.MultiClient/BizBox.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BizHawk.MultiClient/MainForm.Designer.cs

Lines changed: 26 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BizHawk.MultiClient/MainForm.MenuItems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ private void pauseToolStripMenuItem_Click(object sender, EventArgs e)
322322

323323
private void helpToolStripMenuItem1_Click(object sender, EventArgs e)
324324
{
325-
System.Diagnostics.Process.Start("http://code.google.com/p/bizhawk/");
325+
System.Diagnostics.Process.Start("http://tasvideos.org/BizHawk.thml");
326326
}
327327

328328
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)

BizHawk.MultiClient/MainForm.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace BizHawk.MultiClient
1919

2020
public partial class MainForm : Form
2121
{
22-
public bool INTERIM = true;
22+
public bool INTERIM = false;
2323
public const string EMUVERSION = "BizHawk v1.0.0";
2424
private Control renderTarget;
2525
private RetainedViewportPanel retainedPanel;
@@ -241,7 +241,7 @@ public MainForm(string[] args)
241241
if (!INTERIM)
242242
{
243243
debuggerToolStripMenuItem.Enabled = false;
244-
luaConsoleToolStripMenuItem.Enabled = false;
244+
//luaConsoleToolStripMenuItem.Enabled = false;
245245
}
246246
}
247247

@@ -2514,5 +2514,10 @@ private void importMovieToolStripMenuItem_Click(object sender, EventArgs e)
25142514
Global.RenderPanel.AddMessage(Path.GetFileName(fn) + " imported as .tas");
25152515
}
25162516
}
2517+
2518+
private void forumsToolStripMenuItem_Click(object sender, EventArgs e)
2519+
{
2520+
System.Diagnostics.Process.Start("http://tasvideos.org/forum/viewforum.php?f=64");
2521+
}
25172522
}
25182523
}

0 commit comments

Comments
 (0)