circular17 6 роки тому
батько
коміт
81cf968e25
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      lazpaint/image/uimage.pas

+ 2 - 2
lazpaint/image/uimage.pas

@@ -482,9 +482,9 @@ end;
 
 procedure TLazPaintImage.UpdateMultiImage(AOutputFilename: string = '');
 begin
-  if not FileManager.FileExists(AOutputFilename) then
+  if not FileManager.FileExists(currentFilenameUTF8) then
   begin
-    ShowMessage(rsFileNotFound);
+    ShowMessage(rsFileNotFound + LineEnding + LineEnding + currentFilenameUTF8);
     exit;
   end;
   if IsIconCursor then