[izpack-changes] r1498 - izpack-src/trunk/src/lib/com/izforge/izpack/util/os

noreply at berlios.de noreply at berlios.de
Sat Jul 22 20:49:31 CEST 2006


Author: eppelman
Date: 2006-07-22 20:49:23 +0200 (Sat, 22 Jul 2006)
New Revision: 1498

Modified:
   izpack-src/trunk/src/lib/com/izforge/izpack/util/os/ShellLink.java
Log:
Fixed Win32Admin ShortCut Creation.
Here: Added Doc

Modified: izpack-src/trunk/src/lib/com/izforge/izpack/util/os/ShellLink.java
===================================================================
--- izpack-src/trunk/src/lib/com/izforge/izpack/util/os/ShellLink.java	2006-07-22 18:48:29 UTC (rev 1497)
+++ izpack-src/trunk/src/lib/com/izforge/izpack/util/os/ShellLink.java	2006-07-22 18:49:23 UTC (rev 1498)
@@ -172,7 +172,7 @@
     /** CURRENT_USER = 0; the constant to use for selecting the current user. */
     public static final int CURRENT_USER = 0;
 
-    /** the constant to use for selecting the all users. */
+    /** ALL_USERS = 1; the constant to use for selecting the all users. */
     public static final int ALL_USERS = 1;
 
     // ------------------------------------------------------------------------




More information about the izpack-changes mailing list