Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

SVN Commit by dpage: r4588 - trunk/pgadmin3/pkg/win32/src



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">




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group