This commit is contained in:
pinkerton%aol.net 2005-06-21 00:29:41 +00:00
Родитель 5e77d4ed06
Коммит 992df5b26f
5 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -88,7 +88,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.9a1, © 1998-2005 Contributors</string>
<string>Camino 0.9a1+, © 1998-2005 Contributors</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -100,7 +100,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9a1</string>
<string>0.9a1+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9a1</string>
<string>0.9a1+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

Просмотреть файл

@ -88,7 +88,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.9a1, © 1998-2005 Contributors</string>
<string>Camino 0.9a1+, © 1998-2005 Contributors</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -100,7 +100,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9a1</string>
<string>0.9a1+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9a1</string>
<string>0.9a1+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

Просмотреть файл

@ -58,7 +58,7 @@
// Version Strings (Finder's Get Info dialog box) //
#define VERSION_STRING "0.9a1"
#define VERSION_STRING "0.9a1+"
#define COPYRIGHT_STRING "© 1998-2005 Contributors"
#define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING

Просмотреть файл

@ -65,7 +65,7 @@ pref("chimera.log_js_to_console", true);
// Identify Camino in the UA string
pref("general.useragent.vendor", "Camino");
pref("general.useragent.vendorSub", "0.9a1");
pref("general.useragent.vendorSub", "0.9a1+");
pref("browser.chrome.site_icons", true);
pref("browser.chrome.favicons", true);

Двоичный файл не отображается.