IDEIntf: fixed DBGrid column deletion prompt, bug #28611

git-svn-id: trunk@49750 -
This commit is contained in:
maxim 2015-09-03 16:32:34 +00:00
parent 5bd55e8070
commit 1d1aa993ef

View File

@ -236,7 +236,7 @@ begin
if (I >= 0) and (I < Collection.Count) then
begin
if MessageDlg(oisConfirmDelete,
Format(oisDeleteItem, ['"', Collection.Items[I].DisplayName, '"']),
Format(oisDeleteItem, [Collection.Items[I].DisplayName]),
mtConfirmation, [mbYes, mbNo], 0) = mrYes then
begin
// select other item, or unselect