From 74ce90b8cb1e9566c79320b8204831f91d922e6c Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Wed, 4 Mar 2015 22:27:18 +0100 Subject: [PATCH] =?UTF-8?q?Disable=20localization=20for=20now,=20we=20don?= =?UTF-8?q?=E2=80=99t=20really=20need=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KifTests/LinphoneTestCase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KifTests/LinphoneTestCase.h b/KifTests/LinphoneTestCase.h index 452135db3..7dabd4dc1 100644 --- a/KifTests/LinphoneTestCase.h +++ b/KifTests/LinphoneTestCase.h @@ -8,7 +8,7 @@ #import -#define LOCALIZED(X) NSLocalizedString(X, nil) +#define LOCALIZED(X) (X) @interface LinphoneTestCase : KIFTestCase @property BOOL invalidAccountSet;