Fixed Terms text box
authorGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 27 Mar 2012 14:35:29 +0000 (17:35 +0300)
committerGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 27 Mar 2012 14:35:29 +0000 (17:35 +0300)
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>

trunk/Pithos.Installer/PithosPlus.iss
trunk/Pithos.Installer/PithosPlus.~is
trunk/Pithos.Installer/Tools/IssProc-N.dll [new file with mode: 0644]

index b0b2b2e..451511a 100644 (file)
@@ -516,7 +516,7 @@ begin
   ChkBox := TCheckBox.Create(Page);\r
   ChkBox.Top := BitmapImage.Height + Memo.Height;\r
   ChkBox.Width := Page.SurfaceWidth;\r
-  ChkBox.Caption := 'I agree with the licese agreement';\r
+  ChkBox.Caption := 'I agree with the above terms';\r
   ChkBox.Checked := cbUnChecked;\r
   chkBox.OnClick := @LicenseOnClick;\r
   ChkBox.Parent := Page.Surface;\r
index 7f02c13..c714551 100644 (file)
@@ -516,7 +516,7 @@ begin
   ChkBox := TCheckBox.Create(Page);
   ChkBox.Top := BitmapImage.Height + Memo.Height;
   ChkBox.Width := Page.SurfaceWidth;
-  ChkBox.Caption := 'I agree with the licese agreement';
+  ChkBox.Caption := 'I agree with the above terms';
   ChkBox.Checked := cbUnChecked;
   chkBox.OnClick := @LicenseOnClick;
   ChkBox.Parent := Page.Surface;
diff --git a/trunk/Pithos.Installer/Tools/IssProc-N.dll b/trunk/Pithos.Installer/Tools/IssProc-N.dll
new file mode 100644 (file)
index 0000000..230385f
Binary files /dev/null and b/trunk/Pithos.Installer/Tools/IssProc-N.dll differ