From: dynaflash Date: Wed, 16 Sep 2009 15:32:20 +0000 (+0000) Subject: MacGui: Remove hosed up "NSString stringWithFormat :"in the advanced panel as we... X-Git-Tag: 0.9.4~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b555439da6188954063c9bed6f4c22dd90ca438b;p=handbrake MacGui: Remove hosed up "NSString stringWithFormat :"in the advanced panel as we do not need it and never provided a format for some bizarre reason which I am at a loss to explain. - Quites down two more compiler warnings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2829 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/HBAdvancedController.m b/macosx/HBAdvancedController.m index 7555ee5a4..8ecc26367 100644 --- a/macosx/HBAdvancedController.m +++ b/macosx/HBAdvancedController.m @@ -398,7 +398,7 @@ } /* Change the option string to reflect the new standardized option string */ - [fDisplayX264Options setStringValue:[NSString stringWithFormat:changedOptString]]; + [fDisplayX264Options setStringValue:changedOptString]; } /** @@ -1332,7 +1332,7 @@ } /* 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 {