← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2545: Remove the license page from the installer

 

------------------------------------------------------------
revno: 2545
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2011-06-01 17:46:26 +0200
message:
  Remove the license page from the installer
modified:
  changelog.txt
  installer/DCPlusPlus.nsi
  installer/Strings.xml


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt'
--- changelog.txt	2011-05-31 17:39:38 +0000
+++ changelog.txt	2011-06-01 15:46:26 +0000
@@ -28,6 +28,7 @@
 * When holding shift at start, hubs are opened but not connected to (poy)
 * Fix an integer overflow when starting a search 25 days after the previous one
 * DC++ survives a Windows theme change better (poy)
+* Remove the license page from the installer
 
 -- 0.782 2011-03-05 --
 * Prevent a remote crash triggered via malformed user commands (poy)

=== modified file 'installer/DCPlusPlus.nsi'
--- installer/DCPlusPlus.nsi	2010-09-21 20:28:03 +0000
+++ installer/DCPlusPlus.nsi	2011-06-01 15:46:26 +0000
@@ -50,9 +50,6 @@
 !define MUI_LANGDLL_REGISTRY_VALUENAME "Install_Language"
 !define MUI_LANGDLL_WINDOWTITLE "$(^NameDA) language selection"
 
-!define MUI_LICENSEPAGE_TEXT_TOP $(LICENSE_TOP)
-!insertmacro MUI_PAGE_LICENSE "License.txt"
-
 !define MUI_COMPONENTSPAGE_NODESC
 !insertmacro MUI_PAGE_COMPONENTS
 

=== modified file 'installer/Strings.xml'
--- installer/Strings.xml	2010-09-21 20:28:03 +0000
+++ installer/Strings.xml	2011-06-01 15:46:26 +0000
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Strings>
-	<LICENSE_TOP>DC++ is licensed under the GPL, here is the full text.</LICENSE_TOP>
 	<SECTION_DCPP>DC++ (required)</SECTION_DCPP>
 	<BACKUP_QUESTION>A previous installation of DC++ has been found; backup settings and queue to '$R0'?</BACKUP_QUESTION>
 	<SECTION_IP_COUNTRY>IP -&gt; country mappings</SECTION_IP_COUNTRY>