mirror of
https://github.com/kimmknight/remoteapptool.git
synced 2024-11-09 12:18:20 +00:00
Merge pull request #45 from kimmknight/issue38
Updated the Help menu Website URL to point to the GitHub repo.
This commit is contained in:
commit
c2ef7d580c
@ -153,7 +153,7 @@ Public Class RemoteAppMainWindow
|
||||
End Sub
|
||||
|
||||
Private Sub WebsiteToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles WebsiteToolStripMenuItem.Click
|
||||
System.Diagnostics.Process.Start("http://www.kimknight.net/remoteapptool")
|
||||
System.Diagnostics.Process.Start("https://github.com/kimmknight/remoteapptool")
|
||||
End Sub
|
||||
|
||||
Private Sub RemoveUnusedFileTypeAssociationsToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles RemoveUnusedFileTypeAssociationsToolStripMenuItem.Click
|
||||
|
Loading…
Reference in New Issue
Block a user