mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
* typo fix
This commit is contained in:
parent
85087cf8c2
commit
44726335cc
@ -3061,7 +3061,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
cm:=ConfirmBox(#3'Sorry, can not debug'#13#3'programs compiled for'
|
cm:=ConfirmBox(#3'Sorry, can not debug'#13#3'programs compiled for'
|
||||||
+TargetSwitches^.GetCurrSelParam+'.'#13#3
|
+TargetSwitches^.GetCurrSelParam+'.'#13#3
|
||||||
+'Change target to'
|
+'Change target to '
|
||||||
+source_os.shortname+'?',nil,true);
|
+source_os.shortname+'?',nil,true);
|
||||||
if cm=cmCancel then
|
if cm=cmCancel then
|
||||||
Exit;
|
Exit;
|
||||||
@ -3217,7 +3217,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
Gabor changes for TP
|
||||||
|
|
||||||
Revision 1.51 2000/02/06 23:43:57 pierre
|
Revision 1.51 2000/02/06 23:43:57 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user