diff options
author | prigaux <[email protected]> | 2007-02-11 20:00:15 +0000 |
---|---|---|
committer | prigaux <[email protected]> | 2007-02-11 20:00:15 +0000 |
commit | a74fd5a1ec37e53fe7008f022639af6ede0e82c9 (patch) | |
tree | 0a6a32640a840b72653149aa11efa264674df976 /macosx/Express.plist | |
parent | f45dfeb2afb1b0bf46054959e8ea9494f3b7d14f (diff) |
Merge the 0.8.0_mpeg4ip branch into the trunk
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@285 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Express.plist')
-rw-r--r-- | macosx/Express.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Express.plist b/macosx/Express.plist index 81703d1d6..002ee8f88 100644 --- a/macosx/Express.plist +++ b/macosx/Express.plist @@ -6,6 +6,8 @@ <string>English</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIconFile</key> + <string>MediaFork</string> <key>CFBundleIdentifier</key> <string>org.m0k.handbrake.instant</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,8 +18,6 @@ <string>????</string> <key>CFBundleVersion</key> <string>1.0a2</string> - <key>CFBundleIconFile</key> - <string>HandBrake.icns</string> <key>NSMainNibFile</key> <string>Express</string> <key>NSPrincipalClass</key> |