todolist: help button open wiki page, patch #28649 from Alexey Torgashin

git-svn-id: trunk@49813 -
This commit is contained in:
mattias 2015-09-10 14:20:04 +00:00
parent a85bd20548
commit 49c39a1f96

View File

@ -65,8 +65,9 @@ uses
Classes, SysUtils, Math, LCLProc, Forms, Controls, Dialogs, StrUtils,
ComCtrls, ActnList, AvgLvlTree, LazUTF8Classes, LCLType, ButtonPanel,
CodeCache, CodeToolManager, BasicCodeTools, FileProcs, LazFileUtils,
LclIntf,
// IDEIntf
LazIDEIntf, IDEImagesIntf, PackageIntf, ProjectIntf, IDEHelpIntf,
LazIDEIntf, IDEImagesIntf, PackageIntf, ProjectIntf,
// IDE
ToDoListStrConsts;
@ -341,7 +342,8 @@ end;
procedure TIDETodoWindow.HelpButtonClick(Sender: TObject);
begin
LazarusHelp.ShowHelpForIDEControl(Self);
// usual API from IdeHelpIntf don't work
OpenURL('http://wiki.freepascal.org/IDE_Window:_ToDo_List');
end;
procedure TIDETodoWindow.lvTodoClick(Sender: TObject);