Support localization
[platform/core/uifw/inputdelegator.git] / src / w-input-emoticon.cpp
index 2a19150..8ffd747 100755 (executable)
@@ -918,7 +918,7 @@ void _update_emoticon_items(void *data)
 
     // Drawing
     if (app_data->mime_type == MIME_TYPE_ALL) {
-        it_drawing = elm_genlist_item_append(gl, itc_1text_1icon, "Doodle", NULL, ELM_GENLIST_ITEM_NONE, _drawing_item_clicked_cb, (void *)app_data);
+        it_drawing = elm_genlist_item_append(gl, itc_1text_1icon, (void*)"WDS_IME_MBODY_DRAWING_M_EMOTICON_ABB", NULL, ELM_GENLIST_ITEM_NONE, _drawing_item_clicked_cb, (void *)app_data);
         first_it = it_drawing;
     }
 
@@ -928,7 +928,7 @@ void _update_emoticon_items(void *data)
         }
 
         // Group Recents
-        it_emoticon_recent_group = elm_genlist_item_append(gl, itc_group, (void*)"IDS_IME_HEADER_RECENT_M_RECETLY_SENT_EMOJIS_ABB", NULL, ELM_GENLIST_ITEM_NONE, NULL, (void *)2);
+        it_emoticon_recent_group = elm_genlist_item_append(gl, itc_group, (void*)"WDS_IME_HEADER_RECENT_M_RECETLY_SENT_EMOJIS_ABB", NULL, ELM_GENLIST_ITEM_NONE, NULL, (void *)2);
         elm_genlist_item_select_mode_set(it, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
         if (first_it == NULL)
             first_it = it_emoticon_recent_group;
@@ -942,7 +942,7 @@ void _update_emoticon_items(void *data)
     }
 
     // Group Emoticons
-    it_emoticon_emoji_group = elm_genlist_item_append(gl, itc_group, (void*)"IDS_IME_HEADER_EMOJIS_ABB", NULL, ELM_GENLIST_ITEM_NONE, NULL, (void *)2);
+    it_emoticon_emoji_group = elm_genlist_item_append(gl, itc_group, (void*)"WDS_IME_HEADER_EMOJIS_ABB", NULL, ELM_GENLIST_ITEM_NONE, NULL, (void *)2);
     elm_genlist_item_select_mode_set(it, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
     if (first_it == NULL)
         first_it = it_emoticon_emoji_group;