mirror of https://gitlab.com/basile.b/dexed.git
ident renaming, display current ident value in input query
This commit is contained in:
parent
8575888fa8
commit
935f299362
|
@ -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;
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue