From 0c948e3a093f321ba2ce9c99bcac95cc2c18187d Mon Sep 17 00:00:00 2001 From: jomui Date: Thu, 17 Aug 2017 18:56:06 +0900 Subject: [PATCH] remove anchor from wearable UC Signed-off-by: jomui Change-Id: I658b318e955f243f6307af7857bc7ccdb528fcdd --- heremaps-uc/src/heremaps-uc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heremaps-uc/src/heremaps-uc.c b/heremaps-uc/src/heremaps-uc.c index 191993a..70ecac5 100644 --- a/heremaps-uc/src/heremaps-uc.c +++ b/heremaps-uc/src/heremaps-uc.c @@ -265,8 +265,8 @@ static Evas_Object *create_popup_wearable(Evas_Object *layout, heremaps_uc_app_d char buf[4096] = {0}; char *str1 = P_("IDS_POSITIONING_CONSENT_BODY"); - char *str2 = "http://here.com/terms/service-terms"; - char *str3 = "http://here.com/privacy/privacy-policy"; + char *str2 = "http://here.com/terms/service-terms"; + char *str3 = "http://here.com/privacy/privacy-policy"; snprintf(buf, 4096, str1, str2, str3); char *text = strdup(buf); -- 2.7.4