From 655ffaa7a41d558c7e6e645b4bc0112b2c631dfc Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Tue, 10 Jan 2017 13:40:11 +0900 Subject: [PATCH] Change title name of popup windows Change-Id: Ie666e85b8ff6a1767821462bd712fb906ad6b90e --- scl/gwes/efl/sclwindows-efl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.7.4