From 90c6e305d8725b440356989acb02683cf7a184c5 Mon Sep 17 00:00:00 2001 From: maxim Date: Wed, 4 Nov 2015 13:16:28 +0000 Subject: [PATCH] IDE: improved i18n of 'Event/Method section' ComboBox in 'Options' -> 'Codetools' -> 'Code creation' page git-svn-id: trunk@50222 - --- ide/frames/codetools_codecreation_options.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/frames/codetools_codecreation_options.pas b/ide/frames/codetools_codecreation_options.pas index e2ce6ca01d..a8682fd97a 100644 --- a/ide/frames/codetools_codecreation_options.pas +++ b/ide/frames/codetools_codecreation_options.pas @@ -126,7 +126,7 @@ begin Add(lisProtected); Add(lisEMDPublic); Add(lisEMDPublished); - Add(lisPromptForValue); + Add(dlgEnvAsk); EndUpdate; end; end;