From: jomui Date: Thu, 17 Aug 2017 09:56:06 +0000 (+0900) Subject: remove anchor from wearable UC X-Git-Tag: accepted/tizen/unified/20170818.083410^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c948e3a093f321ba2ce9c99bcac95cc2c18187d;p=platform%2Fcore%2Flocation%2Fmaps-plugin-here.git remove anchor from wearable UC Signed-off-by: jomui Change-Id: I658b318e955f243f6307af7857bc7ccdb528fcdd --- 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);