Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Fix broken componentref.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@6768 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Oct 19, 2007
1 parent 30d1a55 commit 72fbb5a
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pkg/win32/src/pgadmin3.wxs
Expand Up @@ -214,11 +214,9 @@


<Directory Id="it_itDocsDir" Name="it_IT">

<Component Id="it_it_docs" Guid="{6AE47DB0-47E6-4A53-AC11-335716A48B4B}">
<File Id="it_it_docs.tips.txt" Name="tips.txt" DiskId="1" Source="$(var.BUILDTREE)/docs/it_IT/tips.txt" />
</Component>

</Directory>


Expand Down Expand Up @@ -362,17 +360,17 @@
<ComponentRef Id="en_us_hints" />
<ComponentRef Id="es_es_docs" />
<ComponentRef Id="es_es_hints" />
<ComponentRef Id="fi_fi_docs" />
<ComponentRef Id="fi_fi_hints" />
<ComponentRef Id="fr_fr_docs" />
<ComponentRef Id="fr_fr_hints" />
<ComponentRef Id="it_it_hints" />
<ComponentRef Id="sl_si_docs" />
<ComponentRef Id="fi_fi_docs" />
<ComponentRef Id="fi_fi_hints" />
<ComponentRef Id="fr_fr_docs" />
<ComponentRef Id="fr_fr_hints" />
<ComponentRef Id="it_it_docs" />
<ComponentRef Id="sl_si_docs" />
<ComponentRef Id="sl_si_hints" />
<ComponentRef Id="zh_cn_docs" />
<ComponentRef Id="zh_cn_hints" />
<ComponentRef Id="zh_tw_docs" />
<ComponentRef Id="zh_tw_hints" />
<ComponentRef Id="zh_cn_docs" />
<ComponentRef Id="zh_cn_hints" />
<ComponentRef Id="zh_tw_docs" />
<ComponentRef Id="zh_tw_hints" />
<ComponentRef Id="pgadmin_il8n" />
<ComponentRef Id="smdir" />

Expand Down

0 comments on commit 72fbb5a

Please sign in to comment.