Преглед изворни кода

Comment about hiding "about donation" link on modern style wizard

Source commit: 9aa1290cd5f384bf1622400b8227116e959a1fdd
Martin Prikryl пре 6 година
родитељ
комит
e4432ddf5b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      deployment/winscpsetup.iss

+ 1 - 0
deployment/winscpsetup.iss

@@ -1377,6 +1377,7 @@ begin
 
       // Hide "about donations" if it does not fit nicely
       // (happens on "long" languages, as German)
+      // Should not happen anymore with "modern" style of IS6.
       if (DonationPanel.Top + GetBottom(AboutDonationCaption)) >
          (WizardForm.FinishedPage.Height - ScaleY(8)) then
       begin