From acc7d95ed30a4b1896ac888c1b1fd83c49785552 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Mon, 2 Nov 2009 21:32:25 +0100 Subject: Handle the added enum value PARTY_SHARE_UNKNOWN Was added in commit b98b1702bc3bac8c7a7815aa61b6b26d90a61df0 --- src/net/ea/gui/partytab.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/net/ea/gui/partytab.cpp b/src/net/ea/gui/partytab.cpp index 9b0fc8c5..dab233e1 100644 --- a/src/net/ea/gui/partytab.cpp +++ b/src/net/ea/gui/partytab.cpp @@ -141,6 +141,9 @@ bool PartyTab::handleCommand(const std::string &type, const std::string &args) case PARTY_SHARE_NOT_POSSIBLE: chatLog(_("Item sharing not possible."), BY_SERVER); return true; + case PARTY_SHARE_UNKNOWN: + chatLog(_("Item sharing unknown."), BY_SERVER); + return true; } } @@ -173,6 +176,9 @@ bool PartyTab::handleCommand(const std::string &type, const std::string &args) case PARTY_SHARE_NOT_POSSIBLE: chatLog(_("Experience sharing not possible."), BY_SERVER); return true; + case PARTY_SHARE_UNKNOWN: + chatLog(_("Experience sharing unknown."), BY_SERVER); + return true; } } -- cgit v1.2.3-70-g09d2