From b555439da6188954063c9bed6f4c22dd90ca438b Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 16 Sep 2009 15:32:20 +0000 Subject: 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 --- macosx/HBAdvancedController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/HBAdvancedController.m') 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 { -- cgit v1.2.3