Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
WiiVC Injector
Commits
d4ff9878
Commit
d4ff9878
authored
May 21, 2021
by
piratesephiroth
Browse files
Fix link to guiformat's website
parent
80d8c64f
Changes
1
Hide whitespace changes
Inline
Side-by-side
TeconMoon's WiiVC Injector/Form2.cs
View file @
d4ff9878
...
...
@@ -633,8 +633,8 @@ namespace TeconMoon_s_WiiVC_Injector
private
void
Format_LinkClicked
(
object
sender
,
LinkLabelLinkClickedEventArgs
e
)
{
Process
.
Start
(
"http://
www.
ridgecrop.
demon.
co.uk/index.htm?guiformat.htm"
);
Process
.
Start
(
"http://
www.
ridgecrop.
demon.
co.uk/guiformat.exe"
);
Process
.
Start
(
"http://ridgecrop.co.uk/index.htm?guiformat.htm"
);
Process
.
Start
(
"http://ridgecrop.co.uk/guiformat.exe"
);
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment