mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fixed typo
This commit is contained in:
@@ -149,7 +149,7 @@ namespace mRemoteNG.UI.Menu
|
||||
|
||||
private void mMenToolsUpdate_Click(object sender, EventArgs e) => Windows.Show(WindowType.Update);
|
||||
|
||||
private void mMenInfoHelp_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.Documentaion);
|
||||
private void mMenInfoHelp_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.UrlDocumentation);
|
||||
|
||||
private void mMenInfoForum_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.UrlForum);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user