summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54c1d58)
raw | patch | inline | side by side (parent: 54c1d58)
author | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Mon, 11 Sep 2023 17:59:52 +0000 (03:59 +1000) | ||
committer | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Mon, 11 Sep 2023 17:59:52 +0000 (03:59 +1000) |
src/editor/f_main.pas | patch | blob | history |
diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas
index 0c912cf20500d7b4250e7941ac44e1d46bfd32ff..e5389bd8ad9171f61439cb5d23e0e246b89a963f 100644 (file)
--- a/src/editor/f_main.pas
+++ b/src/editor/f_main.pas
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);