X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_addresource.pas;h=edca4ed817570b631ebabe9260132922159974da;hp=514cf5cdfa6e42c8f6ed9f3d535425d79801da33;hb=b5f9c55a34f89cc238eedc5f0c2620a2d8ba6687;hpb=2a6454cfec1e278e06f5c60a71c5a7c50380306d diff --git a/src/editor/f_addresource.pas b/src/editor/f_addresource.pas index 514cf5c..edca4ed 100644 --- a/src/editor/f_addresource.pas +++ b/src/editor/f_addresource.pas @@ -114,7 +114,7 @@ begin // Внешний WAD: if cbWADList.Text <> _lc[I_WAD_SPECIAL_MAP] then - FileName := EditorDir+'wads/'+utf2win(cbWADList.Text) + FileName := EditorDir+'wads/'+cbWADList.Text else // WAD карты: begin g_ProcessResourceStr(OpenedMap, fn, sn, rn); @@ -149,7 +149,7 @@ begin // Внешний WAD: if cbWADList.Text <> _lc[I_WAD_SPECIAL_MAP] then - FileName := EditorDir+'wads/'+utf2win(cbWADList.Text) + FileName := EditorDir+'wads/'+cbWADList.Text else // WAD карты: begin g_ProcessResourceStr(OpenedMap, fn, sn, rn); @@ -197,7 +197,7 @@ begin SectionName := utf2win(cbSectionsList.Text); if cbWADList.Text[1] <> '<' then - FileName := utf2win(cbWADList.Text) + FileName := cbWADList.Text else FileName := '';