diff options
author | titer <[email protected]> | 2006-03-18 22:40:31 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-03-18 22:40:31 +0000 |
commit | a9f5eb56c4ba2f1b4c22bf949a64cb1d21612ab3 (patch) | |
tree | bbdb8eda533047b221125855f8fee3a53cad34ee /macosx/ExpressController.m | |
parent | a463a6ad4bdd3fca16f31638a38f2f6ac4615105 (diff) |
Cosmetic
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@46 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/ExpressController.m')
-rw-r--r-- | macosx/ExpressController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ExpressController.m b/macosx/ExpressController.m index 7763d4e8c..d32ad3242 100644 --- a/macosx/ExpressController.m +++ b/macosx/ExpressController.m @@ -83,7 +83,7 @@ return [@"Title " stringByAppendingFormat: @"%d", title->index]; } - else if( [[col identifier] isEqualToString: @"Length"] ) + else if( [[col identifier] isEqualToString: @"Duration"] ) { if( title->hours > 0 ) { @@ -159,6 +159,7 @@ [self openEnable: NO]; [fOpenIndicator setIndeterminate: YES]; [fOpenIndicator startAnimation: nil]; + [fOpenProgressField setStringValue: @"Opening..."]; if( [fOpenMatrix selectedRow] ) { |