ident renaming, display current ident value in input query

This commit is contained in:
Basile Burg 2016-05-25 03:33:28 +02:00
parent 8575888fa8
commit 935f299362
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ begin
end; end;
// //
idt := 'new identifier for "' + old + '"'; 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 if idt.isEmpty or idt.isBlank then
exit; exit;
// //