Change title name of popup windows 00/109600/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 10 Jan 2017 04:40:11 +0000 (13:40 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 11 Jan 2017 01:48:49 +0000 (10:48 +0900)
Change-Id: Ie666e85b8ff6a1767821462bd712fb906ad6b90e

scl/gwes/efl/sclwindows-efl.cpp

index cf45582..66ea89e 100644 (file)
@@ -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);