summaryrefslogtreecommitdiff
path: root/src/net/tmwa/gui/partytab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/gui/partytab.cpp')
-rw-r--r--src/net/tmwa/gui/partytab.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/gui/partytab.cpp b/src/net/tmwa/gui/partytab.cpp
index 418e0843..ee29757a 100644
--- a/src/net/tmwa/gui/partytab.cpp
+++ b/src/net/tmwa/gui/partytab.cpp
@@ -32,14 +32,13 @@
#include "resources/theme.h"
#include "utils/gettext.h"
-#include "utils/stringutils.h"
namespace TmwAthena {
PartyTab::PartyTab() :
ChatTab(_("Party"))
{
- setTabColor(&Theme::getThemeColor(Theme::PARTY_CHAT_TAB));
+ setTabColor(&Theme::getThemeColor(Theme::PARTY_TAB));
}
void PartyTab::handleInput(const std::string &msg)