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

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r4759 - trunk/pgadmin3/pkg/mac
Дата
Msg-id 200511250846.jAP8k0ij016957@developer.pgadmin.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4758 - in trunk/pgadmin3: . xtra xtra/pgagent
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [PATCH] Add pg_dump/pg_restore to appbundle + some cleanups.