mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 06:26:02 +02:00
* use < for left arrow under unix
This commit is contained in:
parent
ed209a3961
commit
284f3764d8
@ -63,7 +63,11 @@ const
|
|||||||
WinHelpExt = '.hlp';
|
WinHelpExt = '.hlp';
|
||||||
HelpFileExts = '*.tph;*.htm*;*'+HTMLIndexExt+';*'+NGExt+';*'+WinHelpExt+';*'+INFExt;
|
HelpFileExts = '*.tph;*.htm*;*'+HTMLIndexExt+';*'+NGExt+';*'+WinHelpExt+';*'+INFExt;
|
||||||
|
|
||||||
|
{$ifdef UNIX}
|
||||||
|
EnterSign = '<'+#196#217;
|
||||||
|
{$else}
|
||||||
EnterSign = #17#196#217;
|
EnterSign = #17#196#217;
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ Main menu submenu indexes }
|
{ Main menu submenu indexes }
|
||||||
menuFile = 0;
|
menuFile = 0;
|
||||||
@ -438,7 +442,10 @@ implementation
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2002-01-24 09:21:41 pierre
|
Revision 1.6 2002-03-28 16:25:16 peter
|
||||||
|
* use < for left arrow under unix
|
||||||
|
|
||||||
|
Revision 1.5 2002/01/24 09:21:41 pierre
|
||||||
* only disable Alt-X in Options|Compiler dialog
|
* only disable Alt-X in Options|Compiler dialog
|
||||||
|
|
||||||
Revision 1.4 2002/01/22 16:33:51 pierre
|
Revision 1.4 2002/01/22 16:33:51 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user