diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:47:48 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:47:48 +0000 |
commit | a6b865c29d52376d0b5470a68b9d4920721ed097 (patch) | |
tree | f497b4a804cf9c5d7224a5d25c313792bb914362 /UserGuide | |
parent | f04d64869f3b1de54fb343f28f955584780001b8 (diff) |
plugins description fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@216 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'UserGuide')
-rw-r--r-- | UserGuide/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UserGuide/main.c b/UserGuide/main.c index 9cd0f93..dae5b7e 100644 --- a/UserGuide/main.c +++ b/UserGuide/main.c @@ -7,9 +7,9 @@ HANDLE hModulesLoaded; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
- "User Guide Plugin (AlfaMaR)",
+ "User Guide Plugin",
PLUGIN_MAKE_VERSION(0,0,0,1),
- "This plug-in adds the main menu item used to view miranda-im pack user guide",
+ "This plug-in adds the main menu item used to view miranda-im pack user guide.",
"Yasnovidyashii",
"yasnovidyashii@gmail.com",
"© 2009 Mikhail Yuriev",
|