projects
/
profile
/
mobile
/
apps
/
native
/
calendar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67d475
)
TizenRefApp-7212 Inscription "Details" is missing
66/88466/1
author
Sergei Kobec
<s.kobec@samsung.com>
Mon, 19 Sep 2016 08:12:23 +0000
(11:12 +0300)
committer
Sergei Kobec
<s.kobec@samsung.com>
Mon, 19 Sep 2016 08:12:23 +0000
(11:12 +0300)
Change-Id: I87fe0270fb1bf04d54b56c50a536a96b22b692b0
Signed-off-by: Sergei Kobec <s.kobec@samsung.com>
main-app/src/detail/CalDetailView.cpp
patch
|
blob
|
history
diff --git
a/main-app/src/detail/CalDetailView.cpp
b/main-app/src/detail/CalDetailView.cpp
index
c0b64a5
..
6ad8b12
100644
(file)
--- a/
main-app/src/detail/CalDetailView.cpp
+++ b/
main-app/src/detail/CalDetailView.cpp
@@
-555,6
+555,7
@@
void CalDetailView::onMenuButton()
void CalDetailView::onPushed(Elm_Object_Item *naviItem)
{
WENTER();
+ elm_object_item_part_text_set(getNaviItem(), "elm.text.title", _L_("IDS_CLD_HEADER_DETAILS"));
std::shared_ptr<CalBook>book = CalBookManager::getInstance().getBook(__workingCopy->getBookId());
if (__isTitleBtnsVisible) {