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 /plugins/YAMN | |
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 'plugins/YAMN')
-rw-r--r-- | plugins/YAMN/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/main.cpp b/plugins/YAMN/main.cpp index 05b7fd5eb4..d2bf29ec05 100644 --- a/plugins/YAMN/main.cpp +++ b/plugins/YAMN/main.cpp @@ -61,7 +61,7 @@ PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX),
YAMN_SHORTNAME,
YAMN_VERSION,
- "Mail notifier and browser for Miranda IM. Included POP3 protocol. Mod for Mataes Pack.",
+ "Mail notifier and browser for Miranda IM. Included POP3 protocol.",
"y_b tweety (majvan)",
"francois.mean@skynet.be",
"© (2002-2004 majvan) 2005-2007 tweety y_b Miranda community",
|