From 44726335cc72e3c7f87eb713e520ac9c1a0a7b16 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 7 Feb 2000 12:51:32 +0000 Subject: [PATCH] * typo fix --- ide/text/fpdebug.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ide/text/fpdebug.pas b/ide/text/fpdebug.pas index 501cde4249..1ae9cbe7db 100644 --- a/ide/text/fpdebug.pas +++ b/ide/text/fpdebug.pas @@ -3061,7 +3061,7 @@ begin begin cm:=ConfirmBox(#3'Sorry, can not debug'#13#3'programs compiled for' +TargetSwitches^.GetCurrSelParam+'.'#13#3 - +'Change target to' + +'Change target to ' +source_os.shortname+'?',nil,true); if cm=cmCancel then Exit; @@ -3217,7 +3217,10 @@ end. { $Log$ - Revision 1.52 2000-02-07 11:50:30 pierre + Revision 1.53 2000-02-07 12:51:32 pierre + * typo fix + + Revision 1.52 2000/02/07 11:50:30 pierre Gabor changes for TP Revision 1.51 2000/02/06 23:43:57 pierre