Skip to content

Commit

Permalink
update donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime4000 committed Jun 29, 2017
1 parent 1d9ef53 commit 7127386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ifme/frmAbout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private void frmAbout_Load(object sender, EventArgs e)

private void lblDonatePP_Click(object sender, EventArgs e)
{
Process.Start("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4CKYN7X3DGA7U");
Process.Start("https://paypal.me/anime4000/10");
lblDonatePP.ForeColor = Color.Purple;
}

Expand Down
2 changes: 1 addition & 1 deletion ifme/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private void btnAbout_Click(object sender, EventArgs e)

private void btnDonate_Click(object sender, EventArgs e)
{
Process.Start("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4CKYN7X3DGA7U");
Process.Start("https://paypal.me/anime4000/25");
}

private void btnMediaMoveUp_Click(object sender, EventArgs e)
Expand Down

0 comments on commit 7127386

Please sign in to comment.