mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 08:52:34 +02:00
IDE: fixed showing custom project options, issue #22486
git-svn-id: trunk@38003 -
This commit is contained in:
parent
89834f3c95
commit
7d2190ee09
@ -10,7 +10,7 @@ Abstract:
|
||||
How was the example created:
|
||||
Put a TCHMHelpDatabase on a form.
|
||||
Set AutoRegister to true.
|
||||
Set KeywordPrefix to 'example/'
|
||||
Set KeywordPrefix to 'example'
|
||||
Set Filename to the path of the chm file '../../../tools/chmaker/example.chm'
|
||||
You can create the example.chm with chmmaker (see the REDAME.txt
|
||||
in the chmmaker directory).
|
||||
@ -25,7 +25,7 @@ How was the example created:
|
||||
|
||||
Run the program.
|
||||
Focus the edit field and press F1. lhelp will be started. lhelp will load
|
||||
example.chm and show the page MainPage.html.
|
||||
example.chm and shows the page MainPage.html.
|
||||
}
|
||||
unit CtxCHMHelpUnit1;
|
||||
|
||||
|
@ -4407,7 +4407,7 @@ end;
|
||||
procedure TMainIDE.mnuProjectOptionsClicked(Sender: TObject);
|
||||
begin
|
||||
DoOpenIDEOptions(nil, Format(dlgProjectOptionsFor, [Project1.GetTitleOrName]),
|
||||
[TProject, TProjectCompilerOptions], []);
|
||||
[TAbstractIDEProjectOptions, TProjectCompilerOptions], []);
|
||||
end;
|
||||
|
||||
function TMainIDE.UpdateProjectPOFile(AProject: TProject): TModalResult;
|
||||
|
Loading…
Reference in New Issue
Block a user