Explorar o código

Not warning on incomplete translation during silent installation

Source commit: 20044fcf0e66f7d2e307f95009740733671199be
Martin Prikryl %!s(int64=9) %!d(string=hai) anos
pai
achega
28a6f60b36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deployment/winscpsetup.iss

+ 1 - 1
deployment/winscpsetup.iss

@@ -939,7 +939,7 @@ begin
   end;
 
   Completeness := LanguageCompleteness(ActiveLanguage);
-  if Completeness < 100 then
+  if (Completeness < 100) and (not WizardSilent) then
   begin
     ShowMessage(FmtMessage(CustomMessage('IncompleteTranslation'), [IntToStr(Completeness)]));
   end;