From: Ji-hoon Lee Date: Tue, 10 Jan 2017 04:40:11 +0000 (+0900) Subject: Change title name of popup windows X-Git-Tag: accepted/tizen/3.0/common/20170112.090424~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=655ffaa7a41d558c7e6e645b4bc0112b2c631dfc;p=platform%2Fcore%2Fuifw%2Flibscl-ui.git Change title name of popup windows Change-Id: Ie666e85b8ff6a1767821462bd712fb906ad6b90e --- diff --git a/scl/gwes/efl/sclwindows-efl.cpp b/scl/gwes/efl/sclwindows-efl.cpp index cf45582..66ea89e 100644 --- a/scl/gwes/efl/sclwindows-efl.cpp +++ b/scl/gwes/efl/sclwindows-efl.cpp @@ -248,7 +248,7 @@ CSCLWindowsImplEfl::create_magnifier_window(const sclwindow parent, SclWindowCon elm_win_borderless_set(win, EINA_TRUE); elm_win_alpha_set(win, EINA_TRUE); - elm_win_title_set(win, "ISF Popup"); + elm_win_title_set(win, "ISF Magnifier"); /* We are not going to accept mouse events for magnifier window */ Eina_Rectangle rect_unset = { -1, -1, 1, 1 }; @@ -329,7 +329,7 @@ CSCLWindowsImplEfl::create_dim_window(const sclwindow parent, SclWindowContext * elm_win_borderless_set(win, EINA_TRUE); elm_win_alpha_set(win, EINA_TRUE); - elm_win_title_set(win, "ISF Popup"); + elm_win_title_set(win, "ISF Dim"); evas_object_resize(win, width, height);