From 75ab1fb36e8fae9bde176fd0f7e6161413ca2856 Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 14 Mar 2000 14:16:13 +0000 Subject: [PATCH] + cmDebuggerStopped --- ide/text/fpconst.pas | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ide/text/fpconst.pas b/ide/text/fpconst.pas index 0749222877..c6493b7273 100644 --- a/ide/text/fpconst.pas +++ b/ide/text/fpconst.pas @@ -204,6 +204,8 @@ const cmUndoAll = 2501; cmRedoAll = 2502; + cmDebuggerStopped = 2600; + { Help constants } hcSourceWindow = 8000; hcHelpWindow = 8001; @@ -384,7 +386,10 @@ implementation END. { $Log$ - Revision 1.34 2000-02-07 11:51:40 pierre + Revision 1.35 2000-03-14 14:16:13 pierre + + cmDebuggerStopped + + Revision 1.34 2000/02/07 11:51:40 pierre + TFPCodeMemo consts from Gabor Revision 1.33 2000/01/25 00:26:36 pierre