DEADSOFTWARE

Fix mixed up message and title when opening a non-existent recent file
authorDmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 11 Sep 2023 17:59:52 +0000 (03:59 +1000)
committerDmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 11 Sep 2023 17:59:52 +0000 (03:59 +1000)
src/editor/f_main.pas

index 0c912cf20500d7b4250e7941ac44e1d46bfd32ff..e5389bd8ad9171f61439cb5d23e0e246b89a963f 100644 (file)
@@ -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);