open help in external browsr instead of in-app

This commit is contained in:
Faryan Rezagholi
2021-07-24 19:37:38 +02:00
parent 2d6fec13fb
commit dfdfecba57

View File

@@ -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) => Windows.Show(WindowType.Help);
private void mMenInfoHelp_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.Documentaion);
private void mMenInfoForum_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.UrlForum);