[Gpg4win-commits] r632 - trunk/src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Dec 7 18:47:44 CET 2007


Author: marcus
Date: 2007-12-07 18:47:43 +0100 (Fri, 07 Dec 2007)
New Revision: 632

Modified:
   trunk/src/README-msi.txt
   trunk/src/make-msi.pl
Log:
Fix a comment.


Modified: trunk/src/README-msi.txt
===================================================================
--- trunk/src/README-msi.txt	2007-12-07 14:08:42 UTC (rev 631)
+++ trunk/src/README-msi.txt	2007-12-07 17:47:43 UTC (rev 632)
@@ -100,7 +100,9 @@
 
 2. Edit license dialog to not require acceptance (see tutorial, lesson 2).
 
-3. Support (optional) shortcuts on desktop and quicklaunch.  Make
+3. Put manual shortcuts in start menu into subdirectory.
+
+Also, support (optional) shortcuts on desktop and quicklaunch.  Make
 customizable via ini file.  No idea how to do this, actually.
 
 4. Add README dialog and launch README file:

Modified: trunk/src/make-msi.pl
===================================================================
--- trunk/src/make-msi.pl	2007-12-07 14:08:42 UTC (rev 631)
+++ trunk/src/make-msi.pl	2007-12-07 17:47:43 UTC (rev 632)
@@ -813,7 +813,8 @@
 	    # for a block between two labels.
 	    return if ($link !~ m/STARTMENU_FOLDER/);
 
-	    # Take the base name of the link.  */
+	    # Take the base name of the link.
+	    # FIXME: We want the manuals in a subdirectory.
 	    $link =~ s/^.*\\([^\\]*)\"$/$1/;
 	    $link =~ s/\.lnk$//;
 



More information about the Gpg4win-commits mailing list