Menu designer: Fix a link to Help. Issue #29805, patch from FTurtle.

git-svn-id: trunk@51900 -
This commit is contained in:
juha 2016-03-10 14:03:46 +00:00
parent a6876276f2
commit 66e2cfedc0

View File

@ -255,7 +255,7 @@ end;
procedure TMenuDesignerForm.HelpButtonClick(Sender: TObject);
const
helpPath = 'http://wiki.lazarus.freepascal.org/IDE_Window:_menu_editor';
helpPath = 'http://wiki.lazarus.freepascal.org/IDE_Window:_Menu_Editor';
begin
//LazarusHelp.ShowHelpForIDEControl(Self);
OpenURL(helpPath);