Remove @ @ around APP_VERSION. Bug 224818, (patch from t-matsuu@estyle.ne.jp)

This commit is contained in:
bryner%brianryner.com 2004-03-16 22:44:48 +00:00
Родитель 8fe2abf38d
Коммит dba3e2d1aa
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -30,19 +30,19 @@
<key>CFBundleExecutable</key>
<string>firefox-bin</string>
<key>CFBundleGetInfoString</key>
<string>Firefox @APP_VERSION@, © 1998-2004 Contributors</string>
<string>Firefox APP_VERSION, © 1998-2004 Contributors</string>
<key>CFBundleIconFile</key>
<string>firefox</string>
<key>CFBundleIdentifier</key>
<string>org.mozilla.firefox</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>@APP_VERSION@</string>
<string>APP_VERSION</string>
<key>CFBundleName</key>
<string>Firefox</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@APP_VERSION@</string>
<string>APP_VERSION</string>
<key>CFBundleSignature</key>
<string>MOZB</string>
<key>CFBundleURLTypes</key>
@ -93,7 +93,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>@APP_VERSION@</string>
<string>APP_VERSION</string>
<key>NSAppleScriptEnabled</key>
<true/>
</dict>