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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4572 - trunk/pgadmin3/pkg/win32/src
Date: 2005-10-19 08:43:55
Message-ID: 200510190843.j9J8ht5n015293@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-10-19 09:43:55 +0100 (Wed, 19 Oct 2005)
New Revision: 4572

Modified:
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Include a couple of Spanish hints that crept in whilst I wasn't looking.

Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===================================================================
--- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-19 07:53:06 UTC (rev 4571)
+++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-19 08:43:55 UTC (rev 4572)
@@ -96,6 +96,18 @@
</Directory>
</Directory>

+ <Directory Id="ES_ESDOCSDIR" Name="es_ES">
+
+ <Directory Id="ES_ESHINTSDIR" Name="Hints">
+
+ <Component Id="es_es_hints" Guid="B0C057BB-C410-4AAA-8548-27D518E2985A">
+ <File Id="es_es_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/es_ES/hints/autovacuum.html" />
+ <File Id="es_es_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/es_ES/hints/conn-hba.html" />
+ </Component>
+
+ </Directory>
+ </Directory>
+
</Directory>

<Component Id="pgagent_exes" Guid="FD786FF5-F499-42B3-8070-248E987F7E91">
@@ -147,6 +159,7 @@
<ComponentRef Id="pgadmin_exes" />
<ComponentRef Id="en_us_docs" />
<ComponentRef Id="de_de_hints" />
+ <ComponentRef Id="es_es_hints" />
<ComponentRef Id="en_us_hints" />
<ComponentRef Id="pgadmin_il8n" />

Browse pgadmin-hackers by date

  From Date Subject
Next Message Bastiaan Wakkie 2005-10-19 14:52:08 Re: Beta 3 uploaded
Previous Message Dave Page 2005-10-19 08:34:22 Beta 3 uploaded