OSDN Git Service

Cosmetic
authortiter <titer@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 18 Mar 2006 22:40:31 +0000 (22:40 +0000)
committertiter <titer@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 18 Mar 2006 22:40:31 +0000 (22:40 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@46 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/English.lproj/Express.nib/info.nib
macosx/English.lproj/Express.nib/keyedobjects.nib
macosx/ExpressController.m

index f6be5c8..ae8fc64 100644 (file)
@@ -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>
index b51325f..c53053a 100644 (file)
Binary files a/macosx/English.lproj/Express.nib/keyedobjects.nib and b/macosx/English.lproj/Express.nib/keyedobjects.nib differ
index 7763d4e..d32ad32 100644 (file)
@@ -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 )
             {
     [self openEnable: NO];
     [fOpenIndicator setIndeterminate: YES];
     [fOpenIndicator startAnimation: nil];
+    [fOpenProgressField setStringValue: @"Opening..."];
 
     if( [fOpenMatrix selectedRow] )
     {