| From: | svn(at)pgadmin(dot)org |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | SVN Commit by dpage: r4664 - trunk/pgadmin3/pkg/win32/src |
| Date: | 2005-11-04 21:20:26 |
| Message-ID: | 200511042120.jA4LKQ5t030093@developer.pgadmin.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Author: dpage
Date: 2005-11-04 21:20:26 +0000 (Fri, 04 Nov 2005)
New Revision: 4664
Modified:
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Include German tips
Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===================================================================
--- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-04 21:00:21 UTC (rev 4663)
+++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-04 21:20:26 UTC (rev 4664)
@@ -72,6 +72,11 @@
</Directory>
<Directory Id="DE_DEDOCSDIR" Name="de_DE">
+
+ <Component Id="de_de_docs" Guid="6B227F15-5643-4df1-A44C-728346D9796E">
+ <File Id="de_de_docs.tips.txt" Name="tips.txt" DiskId="1" src="../../docs/de_DE/tips.txt" />
+ </Component>
+
<Directory Id="DE_DEHINTSDIR" Name="Hints">
<Component Id="de_de_hints" Guid="68C927F6-90DD-4275-BCDE-C41E4173FF8A">
<File Id="de_de_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/de_DE/hints/autovacuum.html" />
@@ -211,14 +216,15 @@
<Feature Id="pgadmin3" Title="$(var.APPNAME)" Description="The pgAdmin management and administration console." Display="expand" Level="1">
<ComponentRef Id="core_libs" />
<ComponentRef Id="pgadmin_exes" />
+ <ComponentRef Id="de_de_docs" />
+ <ComponentRef Id="de_de_hints" />
<ComponentRef Id="en_us_docs" />
+ <ComponentRef Id="en_us_hints" />
<ComponentRef Id="es_es_docs" />
+ <ComponentRef Id="es_es_hints" />
<ComponentRef Id="fr_fr_docs" />
+ <ComponentRef Id="fr_fr_hints" />
<ComponentRef Id="sl_si_docs" />
- <ComponentRef Id="de_de_hints" />
- <ComponentRef Id="es_es_hints" />
- <ComponentRef Id="fr_fr_hints" />
- <ComponentRef Id="en_us_hints" />
<ComponentRef Id="sl_si_hints" />
<ComponentRef Id="pgadmin_il8n" />
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Atkins | 2005-11-05 01:15:13 | Duplicate Row Removal |
| Previous Message | svn | 2005-11-04 21:00:22 | SVN Commit by dpage: r4663 - trunk/pgadmin3/docs/es_ES |