Author: dpage
Date: 2005-11-25 08:45:59 +0000 (Fri, 25 Nov 2005)
New Revision: 4759

Modified:
   trunk/pgadmin3/pkg/mac/Info.plist.in
Log:
Use PGADMIN_LONG_VERSION instead of PGADMIN3_SHORT_VERSION at some places in 
Info.plist
[Florian G. Pflug]

Modified: trunk/pgadmin3/pkg/mac/Info.plist.in
===================================================================
--- trunk/pgadmin3/pkg/mac/Info.plist.in        2005-11-25 08:44:44 UTC (rev 
4758)
+++ trunk/pgadmin3/pkg/mac/Info.plist.in        2005-11-25 08:45:59 UTC (rev 
4759)
@@ -26,7 +26,7 @@
        <key>CFBundleExecutable</key>
        <string>pgAdmin3</string>
        <key>CFBundleGetInfoString</key>
-       <string>pgAdmin3 PGADMIN_SHORT_VERSION</string>
+       <string>pgAdmin3 PGADMIN_LONG_VERSION</string>
        <key>CFBundleIconFile</key>
        <string>pgAdmin3.icns</string>
        <key>CFBundleIdentifier</key>
@@ -40,7 +40,7 @@
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>PGADMIN_SHORT_VERSION</string>
+       <string>PGADMIN_LONG_VERSION</string>
        <key>CSResourcesFileMapped</key>
        <true/>
        <key>UTExportedTypeDeclarations</key>


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to