summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortiter <[email protected]>2006-03-18 22:40:31 +0000
committertiter <[email protected]>2006-03-18 22:40:31 +0000
commita9f5eb56c4ba2f1b4c22bf949a64cb1d21612ab3 (patch)
treebbdb8eda533047b221125855f8fee3a53cad34ee
parenta463a6ad4bdd3fca16f31638a38f2f6ac4615105 (diff)
Cosmetic
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@46 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--macosx/English.lproj/Express.nib/info.nib2
-rw-r--r--macosx/English.lproj/Express.nib/keyedobjects.nibbin34384 -> 34369 bytes
-rw-r--r--macosx/ExpressController.m3
3 files changed, 3 insertions, 2 deletions
diff --git a/macosx/English.lproj/Express.nib/info.nib b/macosx/English.lproj/Express.nib/info.nib
index f6be5c802..ae8fc644e 100644
--- a/macosx/English.lproj/Express.nib/info.nib
+++ b/macosx/English.lproj/Express.nib/info.nib
@@ -7,7 +7,7 @@
<key>IBEditorPositions</key>
<dict>
<key>248</key>
- <string>483 424 408 321 0 0 1440 878 </string>
+ <string>487 424 408 321 0 0 1440 878 </string>
<key>259</key>
<string>487 331 408 508 0 0 1440 878 </string>
<key>29</key>
diff --git a/macosx/English.lproj/Express.nib/keyedobjects.nib b/macosx/English.lproj/Express.nib/keyedobjects.nib
index b51325f1f..c53053a44 100644
--- a/macosx/English.lproj/Express.nib/keyedobjects.nib
+++ b/macosx/English.lproj/Express.nib/keyedobjects.nib
Binary files differ
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] )
{