summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomui <jongmun.woo@samsung.com>2017-08-17 18:56:06 +0900
committerjomui <jongmun.woo@samsung.com>2017-08-17 18:56:21 +0900
commit0c948e3a093f321ba2ce9c99bcac95cc2c18187d (patch)
tree411c612e0b1e1fd2aecc46e85b82d335232abf77
parentd1b596b20b133f2e38379e6ba1604593d585ea3f (diff)
downloadmaps-plugin-here-0c948e3a093f321ba2ce9c99bcac95cc2c18187d.tar.gz
maps-plugin-here-0c948e3a093f321ba2ce9c99bcac95cc2c18187d.tar.bz2
maps-plugin-here-0c948e3a093f321ba2ce9c99bcac95cc2c18187d.zip
Signed-off-by: jomui <jongmun.woo@samsung.com> Change-Id: I658b318e955f243f6307af7857bc7ccdb528fcdd
-rw-r--r--heremaps-uc/src/heremaps-uc.c4
1 files 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 = "<color=#006fd1ff underline=on underline_color=#006fd1ff><a href=http://here.com/terms/service-terms>http://here.com/terms/service-terms</a></color>";
- char *str3 = "<color=#006fd1ff underline=on underline_color=#006fd1ff><a href=http://here.com/privacy/privacy-policy>http://here.com/privacy/privacy-policy</a></color>";
+ 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);