Skip to content

Commit

Permalink
update version string and some of the tool strip urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rydoginator committed Sep 13, 2017
1 parent eb94b12 commit d05e7e9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
16 changes: 13 additions & 3 deletions Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ namespace CTRPFTool
{
public partial class MainForm : Form
{

string version = "v1.0";
public MainForm()
{
InitializeComponent();
vERSIONToolStripMenuItem.Text = version;
}
List<byte> data = new List<byte>();
String path;
Expand Down Expand Up @@ -267,12 +268,17 @@ private void RB_32_CheckedChanged(object sender, EventArgs e)

private void gitHubToolStripMenuItem_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://google.com");
System.Diagnostics.Process.Start("https://github.com/RyDog199/ctrpf-editor");
}

private void gBATempThreadToolStripMenuItem_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://gbatemp.net");
}

private void vERSIONToolStripMenuItem_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/RyDog199/ctrpf-editor/releases/");
}
}
}
Binary file modified bin/Debug/CTRPFTool.exe
Binary file not shown.
Binary file modified bin/Debug/CTRPFTool.pdb
Binary file not shown.
Binary file modified obj/Debug/CTRPFTool.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified obj/Debug/CTRPFTool.exe
Binary file not shown.
Binary file modified obj/Debug/CTRPFTool.pdb
Binary file not shown.

0 comments on commit d05e7e9

Please sign in to comment.