projects
/
framework
/
osp
/
appfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1edbd58
)
Fix the defect in setting the new datetimesymbols.
author
Hokwon Song
<hokwon.song@samsung.com>
Mon, 6 May 2013 07:53:29 +0000
(16:53 +0900)
committer
Hokwon Song
<hokwon.song@samsung.com>
Mon, 6 May 2013 07:53:29 +0000
(16:53 +0900)
Change-Id: I3001b73284eb8e93175265cb9fb82365c46bb5ef
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
src/locales/FLcl_LocaleData.cpp
patch
|
blob
|
history
diff --git
a/src/locales/FLcl_LocaleData.cpp
b/src/locales/FLcl_LocaleData.cpp
index
2b4d666
..
e568f94
100644
(file)
--- a/
src/locales/FLcl_LocaleData.cpp
+++ b/
src/locales/FLcl_LocaleData.cpp
@@
-1252,6
+1252,7
@@
_LocaleData::SetDateTimeSymbols(const DateTimeSymbols& newValue)
// set by this method have no effects in an instance of SimpleDateFormat for formatting time zones.
// __pIcuDateFormatSymbols->setZoneStrings();
+ __pIcuDateFormat->setDateFormatSymbols(*__pIcuDateFormatSymbols);
return E_SUCCESS;
}