Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-14 11:29:47 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-14 11:29:47 +0400
commitf7d7b99b56497e22dddfdfba5a6f06945ddc5261 (patch)
treed2c6c37b296cb2848964ed34423903b0c7fce23a /src/Message.h
parentba66c4dcbf00996e2569875e067679ccc48b1fc2 (diff)
Merge ContextActionRemove and ContextActionAdd and rename it to ContextActionModify
Diffstat (limited to 'src/Message.h')
-rw-r--r--src/Message.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Message.h b/src/Message.h
index 40383576c..526e5ccff 100644
--- a/src/Message.h
+++ b/src/Message.h
@@ -56,7 +56,7 @@
MUMBLE_MH_MSG(ACL) \
MUMBLE_MH_MSG(QueryUsers) \
MUMBLE_MH_MSG(CryptSetup) \
- MUMBLE_MH_MSG(ContextActionAdd) \
+ MUMBLE_MH_MSG(ContextActionModify) \
MUMBLE_MH_MSG(ContextAction) \
MUMBLE_MH_MSG(UserList) \
MUMBLE_MH_MSG(VoiceTarget) \
@@ -65,8 +65,7 @@
MUMBLE_MH_MSG(UserStats) \
MUMBLE_MH_MSG(RequestBlob) \
MUMBLE_MH_MSG(ServerConfig) \
- MUMBLE_MH_MSG(SuggestConfig) \
- MUMBLE_MH_MSG(ContextActionRemove)
+ MUMBLE_MH_MSG(SuggestConfig)
class MessageHandler {
public: