From a08dec5060c5a5a7e2c511dfeff9d37da8a53e22 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Wed, 29 Aug 2012 11:52:27 +0900 Subject: [PATCH] [Button] Fix typo Change-Id: Ia873c0d74b3c0e921e28704ab7f653d6557d1830 --- themes/widgets/button.edc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index 8ec3be4..aa701ef 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved * * PROPRIETARY/CONFIDENTIAL * @@ -998,7 +998,7 @@ } styles{ style { name: "btn_style1_multiline"; - base: "font=SLP:style=Roman font_size="BUTTON_TEXT_STYLE1_MULTILINE_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipise=1.0 text_class=slp_roman"; + base: "font=SLP:style=Roman font_size="BUTTON_TEXT_STYLE1_MULTILINE_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipsis=1.0 text_class=slp_roman"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -1937,7 +1937,7 @@ } styles{ style { name: "btn_style2_multiline"; - base: "font=SLP:style=Roman font_size="BUTTON_TEXT_STYLE2_MULTILINE_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipise=1.0 text_class=slp_roman"; + base: "font=SLP:style=Roman font_size="BUTTON_TEXT_STYLE2_MULTILINE_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipsis=1.0 text_class=slp_roman"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -2821,7 +2821,7 @@ } styles{ style { name: "btn_sweep_multiline"; - base: "font=SLP:style=Roman font_size="BUTTON_SWEEP_MULTILINE_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipise=1.0 text_class=slp_roman"; + base: "font=SLP:style=Roman font_size="BUTTON_SWEEP_MULTILINE_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipsis=1.0 text_class=slp_roman"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -10087,7 +10087,7 @@ group { name: "elm/button/base/searchbar/default"; } styles{ style { name: "btn_naviframe_style"; - base: "font=SLP:style=Medium font_size="BUTTON_NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipise=1.0 text_class=slp_medium"; + base: "font=SLP:style=Medium font_size="BUTTON_NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" align=center color=#ffffff wrap=mixed ellipsis=1.0 text_class=slp_medium"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; -- 2.7.4