summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-10 07:03:48 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-10 07:03:48 +0000
commitce9a78c6c1bef53f1e120c6e04a12371031c934e (patch)
treed9be20274753e42ab10d28432a1c10a6629c6509 /plugins
parent38a01eb61c3c5165ce06f2662aae7d557a0e1db1 (diff)
fixed plugin name
git-svn-id: http://svn.miranda-ng.org/main/trunk@3519 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/AssocMgr/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AssocMgr/src/version.h b/plugins/AssocMgr/src/version.h
index 057952376a..cf4c7edb21 100644
--- a/plugins/AssocMgr/src/version.h
+++ b/plugins/AssocMgr/src/version.h
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "File Association Manager"
+#define __PLUGIN_NAME "File association manager"
#define __FILENAME "AssocMgr.dll"
#define __DESCRIPTION "Handles file type associations and URLs like aim, ymsgr, xmpp, wpmsg, gg, tlen."
#define __AUTHOR "H. Herkenrath"