From 8301c7923ddc90b23b8ab37c29eba6cd5df06669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 28 May 2006 16:57:38 +0000 Subject: Rest of patch #1490384: Commit icon source, remove claim that Erik von Blokland is the author of the installer picture. --- PC/icons/baselogo.svg | 609 ++++++++++++++++++++++++++++++++++++++++++++++++++ PC/icons/source.xar | Bin 0 -> 71690 bytes Tools/msi/msi.py | 4 - 3 files changed, 609 insertions(+), 4 deletions(-) create mode 100644 PC/icons/baselogo.svg create mode 100644 PC/icons/source.xar diff --git a/PC/icons/baselogo.svg b/PC/icons/baselogo.svg new file mode 100644 index 0000000..fff6b17 --- /dev/null +++ b/PC/icons/baselogo.svg @@ -0,0 +1,609 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PC/icons/source.xar b/PC/icons/source.xar new file mode 100644 index 0000000..84cbbc4 Binary files /dev/null and b/PC/icons/source.xar differ diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 33d7bfa..2576380 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -455,10 +455,6 @@ def add_ui(db): exit_dialog.cancel("Cancel", "Back", active = 0) exit_dialog.text("Acknowledgements", 135, 95, 220, 120, 0x30003, "Special Windows thanks to:\n" - " LettError, Erik van Blokland, for the \n" - " Python for Windows graphic.\n" - " http://www.letterror.com/\n" - "\n" " Mark Hammond, without whose years of freely \n" " shared Windows expertise, Python for Windows \n" " would still be Python for DOS.") -- cgit v0.12