This commit is contained in:
pinkerton%aol.net 2004-05-24 23:17:25 +00:00
Родитель 6e69800f02
Коммит 3e93996a80
4 изменённых файлов: 8 добавлений и 8 удалений

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

@ -86,7 +86,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.7+, © 2003 The Mozilla Foundation</string>
<string>Camino 0.8+, © 2003-2004 The Mozilla Foundation</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -98,7 +98,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7+</string>
<string>0.8+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -149,7 +149,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.7+</string>
<string>0.8+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

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

@ -86,7 +86,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.7+, © 2003 The Mozilla Foundation</string>
<string>Camino 0.8+, © 2003-2004 The Mozilla Foundation</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -98,7 +98,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7+</string>
<string>0.8+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -149,7 +149,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.7+</string>
<string>0.8+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

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

@ -58,7 +58,7 @@
// Version Strings (Finder's Get Info dialog box) //
#define VERSION_STRING "0.7+"
#define VERSION_STRING "0.8+"
#define COPYRIGHT_STRING "© 1998-2003 The Mozilla Foundation"
#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.7+");
pref("general.useragent.vendorSub", "0.8+");
pref("browser.chrome.site_icons", true);
pref("browser.chrome.favicons", true);