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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4588 - trunk/pgadmin3/pkg/win32/src
Date: 2005-10-21 21:25:00
Message-ID: 200510212125.j9LLP03v006396@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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">

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-10-22 15:04:52 SVN Commit by andreas: r4590 - in trunk/pgadmin3: . src/main
Previous Message svn 2005-10-21 19:04:02 SVN Commit by dpage: r4587 - trunk/pgadmin3/pkg/src