Explorar o código

show max width/height for XPM

circular17 %!s(int64=5) %!d(string=hai) anos
pai
achega
7e51b704e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lazpaint/image/uimage.pas

+ 1 - 1
lazpaint/image/uimage.pas

@@ -464,7 +464,7 @@ begin
   begin
     if (Width > 256) or (Height > 256) then
     begin
-      ShowMessage(rsNotReasonableFormat);
+      ShowMessage(rsNotReasonableFormat + ' (> 256x256)');
       result := false;
     end;
   end;