Le mardi 5 mai 2009 à 19:49:03, Ashesh Vashi a écrit :
> Hi Guillaume,
>
> I think - you forget the attachment. :p
>

Thanks Ashesh, I indeed forgot it. Here it is.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
Index: pkg/win32/src/pgadmin3.wxs
===================================================================
--- pkg/win32/src/pgadmin3.wxs	(révision 7848)
+++ pkg/win32/src/pgadmin3.wxs	(copie de travail)
@@ -86,7 +86,7 @@
                                 <Component Id="en_us_docs" Guid="{BD553EA6-2938-4A3D-B1C8-F3340990E993}">
                                     <File Id="en_us_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1" Source="$(var.BUILDTREE)/docs/en_US/pgadmin3.chm" KeyPath="yes" />
                                     <File Id="en_us_docs.bugreport.html" Name="bugreport.html" DiskId="1" Source="$(var.BUILDTREE)/docs/en_US/bugreport.html" />
-                                    <Shortcut Id="en_us_docs.pgadmin3.chm" Directory="SMDir" Name="$(var.APPNAME) Help" Description="pgAdmin documentation" Show="normal" Advertise="yes" Icon="help.ico">
+                                    <Shortcut Id="en_us_docs.pgadmin3.chm" Directory="SMDir" Name="$(var.APPNAME) Help" Description="pgAdmin documentation (English)" Show="normal" Advertise="yes" Icon="help.ico">
                                         <Icon Id="help.ico" SourceFile="Resources/help.ico" />
                                     </Shortcut>
                                 </Component>
@@ -177,6 +177,14 @@
 
                            <Directory Id="fr_frDocsDir" Name="fr_FR">
 
+                                <Component Id="fr_fr_docs" Guid="{4FD77388-CA09-4529-B34D-72C30A4663FC}">
+                                    <File Id="fr_fr_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1" Source="$(var.BUILDTREE)/docs/fr_FR/pgadmin3.chm" KeyPath="yes" />
+                                    <File Id="fr_fr_docs.bugreport.html" Name="bugreport.html" DiskId="1" Source="$(var.BUILDTREE)/docs/fr_FR/bugreport.html" />
+                                    <Shortcut Id="fr_fr_docs.pgadmin3.chm" Directory="SMDir" Name="$(var.APPNAME) Help" Description="pgAdmin documentation (French)" Show="normal" Advertise="yes" Icon="help.ico">
+                                        <Icon Id="help.ico" SourceFile="Resources/help.ico" />
+                                    </Shortcut>
+                                </Component>
+
                                 <Directory Id="fr_frHintsDir" Name="Hints">
                                     <Component Id="fr_fr_hints" Guid="{78AFAE5C-F12E-43A8-B3D1-A11FF63F47B3}">
                                         <File Id="fr_fr_hints.autovacuum.html" Name="autovacuum.html" DiskId="1" Source="$(var.BUILDTREE)/docs/fr_FR/hints/autovacuum.html" />
-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to