diff options
-rw-r--r-- | plugins/FreeImage/Miranda/version.h | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/src/srmm.cpp | 2 | ||||
-rw-r--r-- | protocols/IRCG/version.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/FreeImage/Miranda/version.h b/plugins/FreeImage/Miranda/version.h index d57eb849b7..b9335d586c 100644 --- a/plugins/FreeImage/Miranda/version.h +++ b/plugins/FreeImage/Miranda/version.h @@ -5,7 +5,7 @@ #define __PLUGIN_NAME "Miranda Image services"
#define __INTERNAL_NAME "AdvaImg"
#define __FILENAME "AdvaImg.dll"
-#define __DESCRIPTION "Generic image services for Miranda IM."
+#define __DESCRIPTION "Generic image services for Miranda NG."
#define __AUTHOR "Nightwish, The FreeImage project (http://freeimage.sourceforge.net/)"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp index c6992c2f48..45fe87a418 100644 --- a/plugins/TabSRMM/src/srmm.cpp +++ b/plugins/TabSRMM/src/srmm.cpp @@ -59,7 +59,7 @@ PLUGININFOEX pluginInfo = { "TabSRMM",
#endif
PLUGIN_MAKE_VERSION(_VER_MAJOR, _VER_MINOR, _VER_REVISION, _VER_BUILD),
- "IM and group chat module for Miranda IM.",
+ "IM and group chat module for Miranda NG.",
"The Miranda developers team and contributors",
"silvercircle _at_ gmail _dot_ com",
"2000-2010 Miranda Project and contributors. See readme.txt for more.",
diff --git a/protocols/IRCG/version.h b/protocols/IRCG/version.h index 883b985346..4def5ec467 100644 --- a/protocols/IRCG/version.h +++ b/protocols/IRCG/version.h @@ -2,7 +2,7 @@ #define __VERSION_STRING "0.11.0.1"
#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 1)
-#define __DESC "IRC protocol for Miranda IM"
+#define __DESC "IRC protocol for Miranda NG."
#define __AUTHOR "Miranda team"
#define __AUTHOREMAIL "ghazan@miranda-im.org"
#define __COPYRIGHT "c 2003-2011 Jurgen Persson, George Hazan"
|