diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-26 11:57:03 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-26 11:57:03 +0000 |
commit | 32abe163ec316671ec5a0a3bbec68ec13f71cb92 (patch) | |
tree | fff555f03ebce61fd50291fe0fa49fc74ec9b13a /protocols | |
parent | 96945fee433ba59699a256f3b160aa99016acaae (diff) |
m_uninstaller.h is not needed anymore, small fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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.",
|