Change-Id: Ib47aa1c143aca49c0fe079383efc77e0aaaacf68
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
else
elm_object_text_set(popup, message.c_str());
- elm_popup_content_text_wrap_type_set(popup, ELM_WRAP_CHAR);
+ elm_popup_content_text_wrap_type_set(popup, ELM_WRAP_WORD);
elm_object_part_text_set(popup, "title,text", title.c_str());
int buttonsCounter = 1;
m_historyService->clearAllHistory();
m_history->setEnabled(false);
webTitleBar->removeFavIcon();
- webTitleBar->show("History deleted");
+ webTitleBar->show("All histories are deleted");
hidePopup();
}
}