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:
authorTuck Therebelos <snares@users.sourceforge.net>2009-12-27 17:22:20 +0300
committerTuck Therebelos <snares@users.sourceforge.net>2009-12-27 17:23:10 +0300
commit417ae98ac1e057e1d08feb6dc407e23a3f1b8ac5 (patch)
tree881afd24f2477d4811de0b995e459197dc3c4371 /plugins/gmod
parent8bc620dcb8d0a8ccf3825265c5aab455dc327963 (diff)
Unified string messages; added ETQW plugin; various plugin fixes, improvements and updates
Diffstat (limited to 'plugins/gmod')
-rw-r--r--plugins/gmod/gmod.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gmod/gmod.cpp b/plugins/gmod/gmod.cpp
index 4fb2ee9a2..a148ebabc 100644
--- a/plugins/gmod/gmod.cpp
+++ b/plugins/gmod/gmod.cpp
@@ -118,7 +118,7 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
chHostStr[39] = 0;
new_context << "<context>"
- << "<game>css</game>"
+ << "<game>gmod</game>"
<< "<hostport>" << chHostStr << "</hostport>"
<< "</context>";
context = new_context.str();
@@ -204,7 +204,7 @@ static void unlock() {
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports Gmod build 3943. No identity or context support yet.");
+ return std::wstring(L"Supports Gmod build 3943. No identity support yet.");
}
static std::wstring description(L"Garry's Mod 11 (Build 3943)");