From 9e9984354609a246ba00a638ff9cd96e318afa9d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Apr 2015 21:44:43 +0300 Subject: eathena: impliment packet SMSG_MAIL_DELETE_MAIL_ACK. --- src/resources/notifications.h | 8 ++++++++ src/resources/notifytypes.h | 2 ++ 2 files changed, 10 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 0aa9d1c08..fe193d026 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -591,6 +591,14 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Message return success."), NotifyFlags::EMPTY}, + {"mail delete error", + // TRANSLATORS: notification message + N_("Message deletion failed."), + NotifyFlags::EMPTY}, + {"mail delete ok", + // TRANSLATORS: notification message + N_("Message successfully deleted."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 36792b6b9..d80689a76 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -166,6 +166,8 @@ namespace NotifyTypes MAIL_ATTACH_MONEY_ERROR, MAIL_RETURN_ERROR, MAIL_RETURN_OK, + MAIL_DELETE_ERROR, + MAIL_DELETE_OK, TYPE_END }; -- cgit v1.2.3-70-g09d2