From 9639af7905db539e19717aecca377932006c6ca5 Mon Sep 17 00:00:00 2001 From: "hjnim.kim" Date: Thu, 17 Jan 2013 10:50:26 +0900 Subject: [PATCH] Demo: 3 buttons in popup text has been changed 3 buttons in popup text has been changed from button1,2,3 to 1,2,3 Change-Id: Iec4499fc8b64dbb52dc3e71a729917dad998a948 --- demos/tizen-winsets/widgets/popupwindow/popup.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/demos/tizen-winsets/widgets/popupwindow/popup.html b/demos/tizen-winsets/widgets/popupwindow/popup.html index b4c1a59..c6832be 100755 --- a/demos/tizen-winsets/widgets/popupwindow/popup.html +++ b/demos/tizen-winsets/widgets/popupwindow/popup.html @@ -136,9 +136,9 @@ to the parent windows
- Button1 - Button2 - Button3 + 1 + 2 + 3
@@ -184,9 +184,9 @@ to the parent windows
- Button1 - Button2 - Button3 + 1 + 2 + 3
@@ -287,9 +287,9 @@
- Rename - Replace - Cancel + 1 + 2 + 3
-- 2.7.4