diff options
author | johnallen <[email protected]> | 2007-01-14 01:26:22 +0000 |
---|---|---|
committer | johnallen <[email protected]> | 2007-01-14 01:26:22 +0000 |
commit | 17a07e8bd6ff83eff4def00e2393086a88f0bba5 (patch) | |
tree | 9849c10750113f208a3ff5ff555858b60d0084c0 /macosx/Express.plist | |
parent | 84bcaf125ca3119eca11bc44207eba3a0b2b3e37 (diff) |
barber pole progress bar is shown during the "muxing" phase and no longer show 0.0%. applies to both HB and IHB
When we can figure out how to get a percent complete, we can use that.
IHB now uses same app icon as HB. Probably want to change the actual icon, but I wanted IHB to make use of the dock progress bar like in HB.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@105 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Express.plist')
-rw-r--r-- | macosx/Express.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Express.plist b/macosx/Express.plist index 262a7ec55..81703d1d6 100644 --- a/macosx/Express.plist +++ b/macosx/Express.plist @@ -16,6 +16,8 @@ <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> |