diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-08-11 09:39:11 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-08-11 09:39:11 +0000 |
commit | 5767eda895c3d26cab73ea1caa3c223c59c6a249 (patch) | |
tree | 1da5ff71f99fa36567119362d438351550533029 /plugins/TabSRMM/chat | |
parent | af6a545026322037487e418fd30201b83af57801 (diff) |
IM -> NG in TabSRMM (patch by Al|en)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1436 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/chat')
-rw-r--r-- | plugins/TabSRMM/chat/chat.h | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/chatprototypes.h | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/clist.cpp | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/colorchooser.cpp | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/log.cpp | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/main.cpp | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/manager.cpp | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/message.cpp | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/muchighlight.cpp | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/muchighlight.h | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/options.cpp | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/services.cpp | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/tools.cpp | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/chat/window.cpp | 4 |
14 files changed, 22 insertions, 22 deletions
diff --git a/plugins/TabSRMM/chat/chat.h b/plugins/TabSRMM/chat/chat.h index 3088486831..97224cef53 100644 --- a/plugins/TabSRMM/chat/chat.h +++ b/plugins/TabSRMM/chat/chat.h @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -25,7 +25,7 @@ * part of tabSRMM messaging plugin for Miranda.
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
diff --git a/plugins/TabSRMM/chat/chatprototypes.h b/plugins/TabSRMM/chat/chatprototypes.h index 06efc299d3..c304b38cec 100644 --- a/plugins/TabSRMM/chat/chatprototypes.h +++ b/plugins/TabSRMM/chat/chatprototypes.h @@ -1,5 +1,5 @@ /*
-Chat module plugin for Miranda IM
+Chat module plugin for Miranda NG
Copyright (C) 2003-2009 Joergen Persson and others
diff --git a/plugins/TabSRMM/chat/clist.cpp b/plugins/TabSRMM/chat/clist.cpp index cd19765bdf..c210294575 100644 --- a/plugins/TabSRMM/chat/clist.cpp +++ b/plugins/TabSRMM/chat/clist.cpp @@ -2,7 +2,7 @@ astyle --force-indent=tab=4 --brackets=linux --indent-switches
--pad=oper --one-line=keep-blocks --unpad=paren
-Chat module plugin for Miranda IM
+Chat module plugin for Miranda NG
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/TabSRMM/chat/colorchooser.cpp b/plugins/TabSRMM/chat/colorchooser.cpp index a618dafa5b..dc481fa8ed 100644 --- a/plugins/TabSRMM/chat/colorchooser.cpp +++ b/plugins/TabSRMM/chat/colorchooser.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -27,7 +27,7 @@ * (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* $Id: colorchooser.cpp 10670 2009-09-11 03:28:50Z silvercircle $
diff --git a/plugins/TabSRMM/chat/log.cpp b/plugins/TabSRMM/chat/log.cpp index 70178ada75..45024ea25f 100644 --- a/plugins/TabSRMM/chat/log.cpp +++ b/plugins/TabSRMM/chat/log.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -25,7 +25,7 @@ * part of tabSRMM messaging plugin for Miranda.
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* (C) 2005-2010 by silvercircle _at_ gmail _dot_ com and contributors
diff --git a/plugins/TabSRMM/chat/main.cpp b/plugins/TabSRMM/chat/main.cpp index bf57bd0bb0..b54d6ff45b 100644 --- a/plugins/TabSRMM/chat/main.cpp +++ b/plugins/TabSRMM/chat/main.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -25,7 +25,7 @@ * part of tabSRMM messaging plugin for Miranda.
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
diff --git a/plugins/TabSRMM/chat/manager.cpp b/plugins/TabSRMM/chat/manager.cpp index 1859ade1a9..7e0c82aa0b 100644 --- a/plugins/TabSRMM/chat/manager.cpp +++ b/plugins/TabSRMM/chat/manager.cpp @@ -2,7 +2,7 @@ astyle --force-indent=tab=4 --brackets=linux --indent-switches
--pad=oper --one-line=keep-blocks --unpad=paren
-Chat module plugin for Miranda IM
+Chat module plugin for Miranda NG
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/TabSRMM/chat/message.cpp b/plugins/TabSRMM/chat/message.cpp index d8682bb1da..f82bf1c860 100644 --- a/plugins/TabSRMM/chat/message.cpp +++ b/plugins/TabSRMM/chat/message.cpp @@ -2,7 +2,7 @@ astyle --force-indent=tab=4 --brackets=linux --indent-switches
--pad=oper --one-line=keep-blocks --unpad=paren
-Chat module plugin for Miranda IM
+Chat module plugin for Miranda NG
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/TabSRMM/chat/muchighlight.cpp b/plugins/TabSRMM/chat/muchighlight.cpp index 3ac3a20a93..d14951bf96 100644 --- a/plugins/TabSRMM/chat/muchighlight.cpp +++ b/plugins/TabSRMM/chat/muchighlight.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
diff --git a/plugins/TabSRMM/chat/muchighlight.h b/plugins/TabSRMM/chat/muchighlight.h index cffac2ad39..e6e403a040 100644 --- a/plugins/TabSRMM/chat/muchighlight.h +++ b/plugins/TabSRMM/chat/muchighlight.h @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
diff --git a/plugins/TabSRMM/chat/options.cpp b/plugins/TabSRMM/chat/options.cpp index 7a2bff5311..b9c7c133d5 100644 --- a/plugins/TabSRMM/chat/options.cpp +++ b/plugins/TabSRMM/chat/options.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -25,7 +25,7 @@ * part of tabSRMM messaging plugin for Miranda.
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
diff --git a/plugins/TabSRMM/chat/services.cpp b/plugins/TabSRMM/chat/services.cpp index 8a8800ed05..3197f11db4 100644 --- a/plugins/TabSRMM/chat/services.cpp +++ b/plugins/TabSRMM/chat/services.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -25,7 +25,7 @@ * part of tabSRMM messaging plugin for Miranda.
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
diff --git a/plugins/TabSRMM/chat/tools.cpp b/plugins/TabSRMM/chat/tools.cpp index f9b0bb786c..032195d8c8 100644 --- a/plugins/TabSRMM/chat/tools.cpp +++ b/plugins/TabSRMM/chat/tools.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -25,7 +25,7 @@ * part of tabSRMM messaging plugin for Miranda.
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
diff --git a/plugins/TabSRMM/chat/window.cpp b/plugins/TabSRMM/chat/window.cpp index 38274b5d25..c1256dc59a 100644 --- a/plugins/TabSRMM/chat/window.cpp +++ b/plugins/TabSRMM/chat/window.cpp @@ -2,7 +2,7 @@ * astyle --force-indent=tab=4 --brackets=linux --indent-switches
* --pad=oper --one-line=keep-blocks --unpad=paren
*
- * Miranda IM: the free IM client for Microsoft* Windows*
+ * Miranda NG: the free IM client for Microsoft* Windows*
*
* Copyright 2000-2009 Miranda ICQ/IM project,
* all portions of this codebase are copyrighted to the people
@@ -25,7 +25,7 @@ * part of tabSRMM messaging plugin for Miranda.
*
* This code is based on and still contains large parts of the the
- * original chat module for Miranda IM, written and copyrighted
+ * original chat module for Miranda NG, written and copyrighted
* by Joergen Persson in 2005.
*
* (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
|