mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 17:40:00 +02:00
+ Continue string added, to support Run submenu changes
This commit is contained in:
parent
6d6ed76962
commit
84db97ee5f
@ -81,6 +81,7 @@ const
|
||||
|
||||
menu_run = '~R~un';
|
||||
menu_run_run = '~R~un';
|
||||
menu_run_continue = '~C~ontinue';
|
||||
menu_run_stepover = '~S~tep over';
|
||||
menu_run_traceinto = '~T~race into';
|
||||
menu_run_conttocursor = '~G~oto Cursor';
|
||||
@ -1033,7 +1034,10 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.10 2002-08-13 07:15:02 pierre
|
||||
Revision 1.11 2002-08-13 08:57:03 pierre
|
||||
+ Continue string added, to support Run submenu changes
|
||||
|
||||
Revision 1.10 2002/08/13 07:15:02 pierre
|
||||
+ Disable all invalid breakpoints feature added
|
||||
|
||||
Revision 1.9 2002/04/12 08:59:42 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user