mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
IDE: Move registration of TFileNamePropertyEditor into a better place.
git-svn-id: trunk@62990 -
This commit is contained in:
parent
5d0de1d6ab
commit
8f3367550c
@ -24,7 +24,7 @@ uses
|
||||
// BuildIntf
|
||||
BaseIDEIntf, IDEOptionsIntf, CompOptsIntf, ProjectIntf, IDEExternToolIntf,
|
||||
// IdeIntf
|
||||
IDEOptEditorIntf, SrcEditorIntf, IDEWindowIntf, PropEdits;
|
||||
IDEOptEditorIntf, SrcEditorIntf, IDEWindowIntf;
|
||||
|
||||
type
|
||||
TIDEDirective = (
|
||||
@ -1124,9 +1124,5 @@ begin
|
||||
RemoveHandler(lihtShowSourceOfActiveDesignerForm,TMethod(OnShowSourceOfActiveDesignerForm));
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPropertyEditor(TypeInfo(AnsiString),
|
||||
THTMLBrowserHelpViewer,'BrowserPath',TFileNamePropertyEditor);
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1685,5 +1685,9 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
initialization
|
||||
RegisterPropertyEditor(TypeInfo(AnsiString),
|
||||
THTMLBrowserHelpViewer,'BrowserPath',TFileNamePropertyEditor);
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user