SVN Commit by dpage: r4759 - trunk/pgadmin3/pkg/mac - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4759 - trunk/pgadmin3/pkg/mac
Date
Msg-id 200511250846.jAP8k0ij016957@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
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>


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4758 - in trunk/pgadmin3: . xtra xtra/pgagent
Next
From: "Dave Page"
Date:
Subject: Re: [PATCH] Add pg_dump/pg_restore to appbundle + some cleanups.