summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/gui/chat.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f451f806..4ff19640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
2008-04-14 Philipp Sehmisch <tmw@crushnet.org>
* 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 <bjorn@lindeijer.nl>
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