mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 21:19:38 +01:00
todolist: help button open wiki page, patch #28649 from Alexey Torgashin
git-svn-id: trunk@49813 -
This commit is contained in:
parent
a85bd20548
commit
49c39a1f96
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user