Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit ab23b6c

Browse files
committed
Removed setup branch from github. Screwed up the auto-update check. Added forums/community link from the help menu.
1 parent 815a8a0 commit ab23b6c

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed

SuperPutty/frmSuperPutty.Designer.cs

+22-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SuperPutty/frmSuperPutty.cs

+6-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ void ToolStripMenuItem3Click(object sender, EventArgs e)
473473

474474
void checkForUpdate(bool automatic)
475475
{
476-
string url = "https://github.com/phendryx/superputty/raw/setup/VERSION";
476+
string url = "https://github.com/phendryx/superputty/raw/master/VERSION";
477477
string text = "";
478478
using (WebClient client = new WebClient())
479479
{
@@ -506,5 +506,10 @@ void checkForUpdate(bool automatic)
506506
}
507507
}
508508
}
509+
510+
void ToolStripMenuItem4Click(object sender, EventArgs e)
511+
{
512+
Process.Start("http://superputty.vanillaforums.com/");
513+
}
509514
}
510515
}

0 commit comments

Comments
 (0)