summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-04-14 10:49:46 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-04-14 10:49:46 +0000
commitae80df26873baa8d1f9b2994f961364318fd4fd8 (patch)
treeebb299a77b4f8e3e434fa10c012e052555557861
parent64dad7886e22e24a52c260b5e7de5af1308b9b70 (diff)
downloadMana-ae80df26873baa8d1f9b2994f961364318fd4fd8.tar.gz
Mana-ae80df26873baa8d1f9b2994f961364318fd4fd8.tar.bz2
Mana-ae80df26873baa8d1f9b2994f961364318fd4fd8.tar.xz
Mana-ae80df26873baa8d1f9b2994f961364318fd4fd8.zip
Changed prefix of received whisper messages from "says:" to "whispers:"
-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