SVN Commit by dpage: r4588 - trunk/pgadmin3/pkg/win32/src - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4588 - trunk/pgadmin3/pkg/win32/src
Date
Msg-id 200510212125.j9LLP03v006396@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2005-10-21 22:25:00 +0100 (Fri, 21 Oct 2005)
New Revision: 4588

Modified:
   trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Fix helpfile shortcut.

Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===================================================================
--- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs    2005-10-21 19:04:01 UTC (rev 4587)
+++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs    2005-10-21 21:25:00 UTC (rev 4588)
@@ -51,7 +51,7 @@
                                     <File Id="en_us_docs.bugreport.html" Name="bugrep~1.htm" LongName="bugreport.html"
DiskId="1"src="../../docs/en_US/bugreport.html" /> 
                                     <File Id="en_us_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1"
src="../../docs/en_US/pgadmin3.chm"/> 
                                     <File Id="en_us_docs.tips.txt" Name="tips.txt" DiskId="1"
src="../../docs/en_US/tips.txt"/> 
-                                    <Shortcut Id="en_us_docs.pgadmin3.chm" Directory="SMDIR" Name="pga3help"
LongName="$(var.APPNAME)Help" Target="[#pgadmin_docs.pgadmin3.chm]" Description="pgAdmin and PostgreSQL documentation"
Show="normal"/> 
+                                    <Shortcut Id="en_us_docs.pgadmin3.chm" Directory="SMDIR" Name="pga3help"
LongName="$(var.APPNAME)Help" Target="[#en_us_docs.pgadmin3.chm]" Description="pgAdmin and PostgreSQL documentation"
Show="normal"/> 
                                 </Component>

                                 <Directory Id="EN_USHINTSDIR" Name="Hints">


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4587 - trunk/pgadmin3/pkg/src
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4590 - in trunk/pgadmin3: . src/main