diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Weather/weather.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Weather/weather.cpp b/protocols/Weather/weather.cpp index e4e5ee88d6..ebb5e24fb5 100644 --- a/protocols/Weather/weather.cpp +++ b/protocols/Weather/weather.cpp @@ -69,9 +69,9 @@ static const PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
#ifdef _WIN64
- "Weather Protocol x64 Mataes Release",
+ "Weather Protocol x64",
#else
- "Weather Protocol Mataes Release",
+ "Weather Protocol",
#endif
__VERSION_DWORD,
"Retrieve weather information and display them in your contact list. Mod for Mataes Pack.",
|