summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-10 07:05:18 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-10 07:05:18 +0000
commitc807a11baa7875078676a031a4ae73e5a5c17fdb (patch)
treee6bdc74effe70e8d099d8d728a451e9cad2e0546
parentce9a78c6c1bef53f1e120c6e04a12371031c934e (diff)
fixed plugin name define
git-svn-id: http://svn.miranda-ng.org/main/trunk@3520 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/AdvaImg/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AdvaImg/src/version.h b/plugins/AdvaImg/src/version.h
index d656e8b8ed..2f897f33d5 100644
--- a/plugins/AdvaImg/src/version.h
+++ b/plugins/AdvaImg/src/version.h
@@ -5,7 +5,7 @@
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "Miranda Image services"
+#define __PLUGIN_NAME "Miranda image services"
#define __FILENAME "AdvaImg.dll"
#define __DESCRIPTION "Generic image services for Miranda NG."
#define __AUTHOR "Nightwish, The FreeImage project (http://freeimage.sourceforge.net/)"