From ae80df26873baa8d1f9b2994f961364318fd4fd8 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Mon, 14 Apr 2008 10:49:46 +0000 Subject: Changed prefix of received whisper messages from "says:" to "whispers:" --- ChangeLog | 2 ++ src/gui/chat.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f451f806..4ff19640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ 2008-04-14 Philipp Sehmisch * src/resources/dye.cpp: Fixed multi-channel dyeing (patch by fate) + * src/gui/chat.h: Changed prefix of received whisper messages from + "says:" to "whispers:" 2008-04-12 Bjørn Lindeijer diff --git a/src/gui/chat.h b/src/gui/chat.h index 7dd68604..30c8dba5 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -67,7 +67,7 @@ class ScrollArea; */ #define CAT_NORMAL ": " #define CAT_IS "" -#define CAT_WHISPER " says: " +#define CAT_WHISPER " whispers: " /** job dependend identifiers (?) */ #define SKILL_BASIC 0x0001 -- cgit v1.2.3-70-g09d2