X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_main.pas;h=8e186cee06aa4e4f8d85c5adc6b3c56b7c1b13c2;hp=2b9ddee5a2a3f6a26c8311f6984b84d4655e3836;hb=3389f722bb39eb0b7d117f55bd0cc01eb51467ae;hpb=6fb9c23afad22a71679525dc44ea32675d73609f diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index 2b9ddee..8e186ce 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -1996,6 +1996,7 @@ var MapName: String; idx: Integer; begin + SelectMapForm.Caption := _lc[I_CAP_OPEN]; SelectMapForm.GetMaps(FileName); if (FileName = OpenedWAD) and @@ -4332,6 +4333,7 @@ begin if i > 0 then begin g_ProcessResourceStr(OpenedMap, @FileName, nil, nil); + SelectMapForm.Caption := _lc[I_CAP_SELECT]; SelectMapForm.GetMaps(FileName); if SelectMapForm.ShowModal() = mrOK then @@ -5520,6 +5522,7 @@ begin else if Key = _lc[I_PROP_TR_NEXT_MAP] then begin // Выбор следующей карты: g_ProcessResourceStr(OpenedMap, @FileName, nil, nil); + SelectMapForm.Caption := _lc[I_CAP_SELECT]; SelectMapForm.GetMaps(FileName); if SelectMapForm.ShowModal() = mrOK then @@ -5885,6 +5888,7 @@ begin MapList := WAD.GetResourcesList(''); + SelectMapForm.Caption := _lc[I_CAP_REMOVE]; SelectMapForm.lbMapList.Items.Clear(); if MapList <> nil then