diff options
author | ritsuka <[email protected]> | 2008-01-14 19:51:39 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-01-14 19:51:39 +0000 |
commit | 5af0ab53c1a1aad743e37dca713f4a7a8598ac40 (patch) | |
tree | ec20761d8b58adae6eac647364397d7c36e1f25e /macosx/InstantHandBrake/Express.plist | |
parent | 95439c31034a1523fb9450aa1aa968588f4905ce (diff) |
IHB: Interface beautifications, and an appletv preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1195 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/InstantHandBrake/Express.plist')
-rw-r--r-- | macosx/InstantHandBrake/Express.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/InstantHandBrake/Express.plist b/macosx/InstantHandBrake/Express.plist index 002ee8f88..e39b1ab32 100644 --- a/macosx/InstantHandBrake/Express.plist +++ b/macosx/InstantHandBrake/Express.plist @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> @@ -7,9 +7,9 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> - <string>MediaFork</string> + <string>HandBrake</string> <key>CFBundleIdentifier</key> - <string>org.m0k.handbrake.instant</string> + <string>fr.handbrake.instant</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> |