Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Commit ceb3e2e

Browse files
committed
The fabled #3 fix - Part 2
Replace nemsTools link with archived version, replace VTFCmd text with a LinkLabel, update .gitignore, fix incorrect spacing
1 parent e66479b commit ceb3e2e

3 files changed

Lines changed: 30 additions & 21 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,4 +362,5 @@ MigrationBackup/
362362
FodyWeavers.xsd
363363

364364
# old version
365-
brokenstuff/
365+
brokenstuff/
366+
misc.txt

Forms/Rbx2Source.Designer.cs

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

Forms/Rbx2Source.cs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -766,12 +766,12 @@ private void Rbx2Source_Load(object sender, EventArgs e)
766766

767767
Links = new Dictionary<Control, string>()
768768
{
769-
{cloneTwitter, "https://www.twitter.com/MaximumADHD"},
770-
{qfoxbTwitter, "https://www.twitter.com/qfoxbRBLX"},
769+
{cloneTwitter, "https://www.twitter.com/MaximumADHD"},
770+
{qfoxbTwitter, "https://www.twitter.com/qfoxbRBLX"},
771771
{AJLink, "https://www.github.com/RedTopper"},
772772
{egoMooseLink, "https://www.github.com/EgoMoose"},
773-
{rileyLink, "https://www.github.com/rileywilliam08"},
774-
// {nemsTools, "http://nemesis.thewavelength.net/index.php?p=40"}
773+
{rileyLink, "https://www.github.com/rileywilliam08"},
774+
{nemsTools, "https://web.archive.org/web/20200201044259/http://nemesis.thewavelength.net:80/index.php?p=40"}
775775
};
776776

777777
foreach (Control link in Links.Keys)
@@ -858,5 +858,10 @@ private void TwitterIcon_Click(object sender, EventArgs e)
858858
{
859859

860860
}
861+
862+
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
863+
{
864+
865+
}
861866
}
862867
}

0 commit comments

Comments
 (0)