From 935f2993629969e0f61d19ff07677b64d6a08fae Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 25 May 2016 03:33:28 +0200 Subject: [PATCH] ident renaming, display current ident value in input query --- src/ce_synmemo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index bccef1ba..f13b6028 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -1032,7 +1032,7 @@ begin end; // idt := 'new identifier for "' + old + '"'; - idt := InputBox('Local identifier renaming', idt, ''); + idt := InputBox('Local identifier renaming', idt, old); if idt.isEmpty or idt.isBlank then exit; //