]> granicus.if.org Git - handbrake/commitdiff
MacGui: Remove hosed up "NSString stringWithFormat :"in the advanced panel as we...
authordynaflash <dynaflashtech@gmail.com>
Wed, 16 Sep 2009 15:32:20 +0000 (15:32 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Wed, 16 Sep 2009 15:32:20 +0000 (15:32 +0000)
- Quites down two more compiler warnings.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2829 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBAdvancedController.m

index 7555ee5a4d0d8721a5a5435606170b709948a0ac..8ecc26367a0acb156a063c187e28e53de803292e 100644 (file)
     }
     
     /* Change the option string to reflect the new standardized option string */
-    [fDisplayX264Options setStringValue:[NSString stringWithFormat:changedOptString]];
+    [fDisplayX264Options setStringValue:changedOptString];
 }
 
 /**
         }
         
         /* Change the dislayed option string to reflect the new modified settings */
-        [fDisplayX264Options setStringValue:[NSString stringWithFormat:changedOptString]];    
+        [fDisplayX264Options setStringValue:changedOptString];    
     }
     else // if none exists, add it to the string
     {