Skip to content

Commit

Permalink
tastudio: promote some links
Browse files Browse the repository at this point in the history
bizbox: fix contributors link
  • Loading branch information
feos committed Jun 11, 2016
1 parent cbc5ca2 commit 3e02e27
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 109 deletions.
3 changes: 1 addition & 2 deletions BizHawk.Client.EmuHawk/BizBox.cs
Expand Up @@ -57,7 +57,6 @@ private void BizBox_Load(object sender, EventArgs e)
{
Dock = DockStyle.Top
});

}

linkLabel2.Text = "Commit # " + SubWCRev.GIT_SHORTHASH;
Expand All @@ -75,7 +74,7 @@ private void btnCopyHash_Click(object sender, EventArgs e)

private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/TASVideos/BizHawk/commit/" + SubWCRev.GIT_SHORTHASH);
System.Diagnostics.Process.Start("https://github.com/TASVideos/BizHawk/graphs/contributors");
}
}
}

0 comments on commit 3e02e27

Please sign in to comment.