X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_main.pas;h=e5389bd8ad9171f61439cb5d23e0e246b89a963f;hp=0c912cf20500d7b4250e7941ac44e1d46bfd32ff;hb=029af8474e551ee355f74aa3cbf87c8816d98230;hpb=54c1d58fb3e3b6b99b2ad73de6a9eb6509ef0bc4 diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index 0c912cf..e5389bd 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -2548,7 +2548,7 @@ begin if FileExists(fn) then OpenMap(fn, g_ExtractFilePathName(s)) else - Application.MessageBox('', 'File not available anymore', MB_OK); + Application.MessageBox('File not available anymore', '', MB_OK); // if Application.MessageBox(PChar(MsgMsgDelRecentPrompt), PChar(MsgMsgDelRecent), MB_ICONQUESTION or MB_YESNO) = idYes then // begin // RecentFiles.Delete(n);