mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 08:38:42 +02:00
* new hints for remote addition
This commit is contained in:
parent
6a10db7da2
commit
d4246d46cd
@ -199,6 +199,8 @@ begin
|
|||||||
hcBrowser,
|
hcBrowser,
|
||||||
hcBrowserOptions: S:=hint_browser;
|
hcBrowserOptions: S:=hint_browser;
|
||||||
hcTools : S:=hint_tools;
|
hcTools : S:=hint_tools;
|
||||||
|
hcRemoteDialog : S:=hint_remotedialog;
|
||||||
|
hcTransferRemote: S:=hint_transferremote;
|
||||||
|
|
||||||
hcEnvironmentMenu:S:=hint_environmentmenu;
|
hcEnvironmentMenu:S:=hint_environmentmenu;
|
||||||
hcPreferences : S:=hint_preferences;
|
hcPreferences : S:=hint_preferences;
|
||||||
@ -506,7 +508,10 @@ end;
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2002-09-07 15:40:43 peter
|
Revision 1.7 2002-11-28 12:57:42 pierre
|
||||||
|
* new hints for remote addition
|
||||||
|
|
||||||
|
Revision 1.6 2002/09/07 15:40:43 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.5 2002/01/24 09:21:41 pierre
|
Revision 1.5 2002/01/24 09:21:41 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user