SVN Commit by dpage: r4759 - trunk/pgadmin3/pkg/mac

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4759 - trunk/pgadmin3/pkg/mac
Date: 2005-11-25 08:46:00
Message-ID: 200511250846.jAP8k0ij016957@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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>

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-11-25 08:52:21 Re: [PATCH] Add pg_dump/pg_restore to appbundle + some cleanups.
Previous Message svn 2005-11-25 08:44:44 SVN Commit by dpage: r4758 - in trunk/pgadmin3: . xtra xtra/pgagent