summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeebum Kim <keebum.kim@samsung.com>2013-05-14 21:29:58 +0900
committerKeebum Kim <keebum.kim@samsung.com>2013-05-14 21:29:58 +0900
commit28d245a069e9188670eafb4a2743d11972bfd327 (patch)
tree695e9b1e113440e9e82a8cd78a45e897bf0302fd /include
parent1393dd6541d5343c2237c3da8b33b5b09040f3db (diff)
downloadmsg-service-28d245a069e9188670eafb4a2743d11972bfd327.tar.gz
msg-service-28d245a069e9188670eafb4a2743d11972bfd327.tar.bz2
msg-service-28d245a069e9188670eafb4a2743d11972bfd327.zip
Change-Id: Ib06d9b31c1a72ae6f875fd8d7ab30694ce97fc6e
Diffstat (limited to 'include')
-rwxr-xr-xinclude/utils/MsgNotificationWrapper.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/include/utils/MsgNotificationWrapper.h b/include/utils/MsgNotificationWrapper.h
index 75e7c6f..a5c7706 100755
--- a/include/utils/MsgNotificationWrapper.h
+++ b/include/utils/MsgNotificationWrapper.h
@@ -29,22 +29,25 @@
==================================================================================================*/
#define MSG_APP_PACKAGE_NAME "message"
#define MSG_SYS_PACKAGE_NAME "sys_string"
-#define NORMAL_MSG_ICON_PATH "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
-#define VOICE_MSG_ICON_PATH "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.voice.png"
-#define CB_MSG_ICON_PATH "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
-#define NOTI_MSG_ICON_PATH "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
+#define NORMAL_MSG_ICON_PATH "/opt/usr/apps/8r4r5ddzzn/shared/res/screen-density-xhigh/mainmenu.png"
+#define VOICE_MSG_ICON_PATH "/opt/usr/apps/8r4r5ddzzn/shared/res/screen-density-xhigh/mainmenu.png"
+#define CB_MSG_ICON_PATH "/opt/usr/apps/8r4r5ddzzn/shared/res/screen-density-xhigh/mainmenu.png"
+#define NOTI_MSG_ICON_PATH "/opt/usr/apps/8r4r5ddzzn/shared/res/screen-density-xhigh/mainmenu.png"
#define MSG_APP_LOCALEDIR "/usr/apps/org.tizen.message/res/locale"
+
#define SENDING_MULTIMEDIA_MESSAGE_FAILED "Sending multimedia message failed"
#define MULTIMEDIA_MESSAGE_SENT "Multimedia message sent"
#define RETRIEVING_MESSAGE_FAILED "Retrieving message failed"
#define MESSAGE_RETRIEVED "Message retrieved"
-#define SMS_MESSAGE_SENT "Message sent"
-#define SMS_MESSAGE_SENDING_FAIL "Sending message failed"
+#define SMS_MESSAGE_SENT "Message sent"
+#define SMS_MESSAGE_SENDING_FAIL "Sending message failed"
+
#define MESSAGE "Message"
#define NEW_MESSAGE "New message"
#define NEW_MESSAGES "New messages"
-#define MSG_SYS_LOCALEDIR "/usr/share/locale"
+
+#define MSG_SYS_LOCALEDIR "/usr/share/locale"
#define NOTIFICATION_PRIV_ID DEFAULT_SETTING_PATH"/notification_priv_id"