diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-10 15:31:52 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-10 15:31:52 +0000 |
commit | 0996744b4778f4004f6cca94f9cea38b8879a23b (patch) | |
tree | d20662d02080c6c9e42e7c705e4d2ecfafb77f93 | |
parent | 335093ec0bf36903749ce615b1635082bb93b222 (diff) |
Miranda IM renamed to NG once more
git-svn-id: http://svn.miranda-ng.org/main/trunk@1433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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"
|