From 5767eda895c3d26cab73ea1caa3c223c59c6a249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 11 Aug 2012 09:39:11 +0000 Subject: IM -> NG in TabSRMM (patch by Al|en) git-svn-id: http://svn.miranda-ng.org/main/trunk@1436 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/chat/chat.h | 4 +-- plugins/TabSRMM/chat/chatprototypes.h | 2 +- plugins/TabSRMM/chat/clist.cpp | 2 +- plugins/TabSRMM/chat/colorchooser.cpp | 4 +-- plugins/TabSRMM/chat/log.cpp | 4 +-- plugins/TabSRMM/chat/main.cpp | 4 +-- plugins/TabSRMM/chat/manager.cpp | 2 +- plugins/TabSRMM/chat/message.cpp | 2 +- plugins/TabSRMM/chat/muchighlight.cpp | 2 +- plugins/TabSRMM/chat/muchighlight.h | 2 +- plugins/TabSRMM/chat/options.cpp | 4 +-- plugins/TabSRMM/chat/services.cpp | 4 +-- plugins/TabSRMM/chat/tools.cpp | 4 +-- plugins/TabSRMM/chat/window.cpp | 4 +-- plugins/TabSRMM/docs/INSTALL | 2 +- plugins/TabSRMM/docs/readme.txt | 36 +++++++++++++------------- plugins/TabSRMM/include/contactcache.h | 2 +- plugins/TabSRMM/include/controls.h | 2 +- plugins/TabSRMM/include/functions.h | 2 +- plugins/TabSRMM/include/generic_msghandlers.h | 2 +- plugins/TabSRMM/include/globals.h | 2 +- plugins/TabSRMM/include/infopanel.h | 2 +- plugins/TabSRMM/include/mim.h | 2 +- plugins/TabSRMM/include/msgdlgutils.h | 2 +- plugins/TabSRMM/include/msgs.h | 2 +- plugins/TabSRMM/include/nen.h | 4 +-- plugins/TabSRMM/include/sendlater.h | 2 +- plugins/TabSRMM/include/sendqueue.h | 2 +- plugins/TabSRMM/include/sidebar.h | 2 +- plugins/TabSRMM/include/taskbar.h | 2 +- plugins/TabSRMM/include/templates.h | 2 +- plugins/TabSRMM/include/themes.h | 2 +- plugins/TabSRMM/include/translator.h | 2 +- plugins/TabSRMM/include/utils.h | 2 +- plugins/TabSRMM/src/ImageDataObject.cpp | 4 +-- plugins/TabSRMM/src/TSButton.cpp | 2 +- plugins/TabSRMM/src/commonheaders.h | 2 +- plugins/TabSRMM/src/contactcache.cpp | 2 +- plugins/TabSRMM/src/container.cpp | 2 +- plugins/TabSRMM/src/containeroptions.cpp | 2 +- plugins/TabSRMM/src/controls.cpp | 2 +- plugins/TabSRMM/src/eventpopups.cpp | 4 +-- plugins/TabSRMM/src/generic_msghandlers.cpp | 2 +- plugins/TabSRMM/src/globals.cpp | 2 +- plugins/TabSRMM/src/hotkeyhandler.cpp | 2 +- plugins/TabSRMM/src/infopanel.cpp | 2 +- plugins/TabSRMM/src/mim.cpp | 2 +- plugins/TabSRMM/src/msgdialog.cpp | 2 +- plugins/TabSRMM/src/msgdlgutils.cpp | 2 +- plugins/TabSRMM/src/msglog.cpp | 2 +- plugins/TabSRMM/src/msgoptions.cpp | 2 +- plugins/TabSRMM/src/msgs.cpp | 2 +- plugins/TabSRMM/src/selectcontainer.cpp | 2 +- plugins/TabSRMM/src/sendlater.cpp | 2 +- plugins/TabSRMM/src/sendqueue.cpp | 2 +- plugins/TabSRMM/src/sidebar.cpp | 2 +- plugins/TabSRMM/src/srmm.cpp | 2 +- plugins/TabSRMM/src/tabctrl.cpp | 2 +- plugins/TabSRMM/src/taskbar.cpp | 2 +- plugins/TabSRMM/src/templates.cpp | 2 +- plugins/TabSRMM/src/themeio.cpp | 2 +- plugins/TabSRMM/src/themes.cpp | 2 +- plugins/TabSRMM/src/translator.cpp | 2 +- plugins/TabSRMM/src/trayicon.cpp | 4 +-- plugins/TabSRMM/src/userprefs.cpp | 2 +- plugins/TabSRMM/src/utils.cpp | 2 +- plugins/TabSRMM/tabmodplus/modplus.cpp | 2 +- plugins/TabSRMM/tabmodplus/msgoptions_plus.cpp | 2 +- 68 files changed, 97 insertions(+), 97 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 diff --git a/plugins/TabSRMM/docs/INSTALL b/plugins/TabSRMM/docs/INSTALL index bc4049f3df..d7d8dadf2f 100644 --- a/plugins/TabSRMM/docs/INSTALL +++ b/plugins/TabSRMM/docs/INSTALL @@ -5,7 +5,7 @@ 1.Miranda Requirements ---------------------- -a) Miranda IM, Version 0.9.0.0 or later +a) Miranda NG, Version 0.9.0.0 or later 2) OS Requirements diff --git a/plugins/TabSRMM/docs/readme.txt b/plugins/TabSRMM/docs/readme.txt index 9f39dd28bf..55a8f1142c 100644 --- a/plugins/TabSRMM/docs/readme.txt +++ b/plugins/TabSRMM/docs/readme.txt @@ -1,7 +1,7 @@ - tabbed SRMM plugin for Miranda IM 0.9.0 - ---------------------------------------- - -Online resources at: http://wiki.miranda.or.at, http://blog.miranda.or.at and + tabbed SRMM plugin for Miranda NG 0.9.0 + ---------------------------------------- + +Online resources at: http://wiki.miranda.or.at, http://blog.miranda.or.at and http://forum.miranda.or.at ---------------------------------------------------------- @@ -9,13 +9,13 @@ http://forum.miranda.or.at Version: 3.0 Created: August 2009 -1. Overview ------------ - -tabSRMM is an advanced messaging module for Miranda IM (version 0.9.x or later -required). It adds many new options and features to make instant messaging more -enjoyable and allows you to tweak almost every aspect of the message window to -fit your needs. +1. Overview +----------- + +tabSRMM is an advanced messaging module for Miranda NG (version 0.9.x or later +required). It adds many new options and features to make instant messaging more +enjoyable and allows you to tweak almost every aspect of the message window to +fit your needs. 2. Some features: ----------------- @@ -108,13 +108,13 @@ the development phase. I cannot name you all here, because it's just too many. sometimes hard to find, bugs, and for suggesting features. * "Mad Cluster" for the madmod patch which added a number of useful and often - requested new features to the plugin. - -* Joergen Persson for the original MUC ("multiuser chat") module for - Miranda IM. Large parts of tabSRMM's multiuser chat integration are based - on his code. - ------------- + requested new features to the plugin. + +* Joergen Persson for the original MUC ("multiuser chat") module for + Miranda NG. Large parts of tabSRMM's multiuser chat integration are based + on his code. + +------------ License: GPL ------------ diff --git a/plugins/TabSRMM/include/contactcache.h b/plugins/TabSRMM/include/contactcache.h index 4d1543ec0d..309e95131d 100644 --- a/plugins/TabSRMM/include/contactcache.h +++ b/plugins/TabSRMM/include/contactcache.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/include/controls.h b/plugins/TabSRMM/include/controls.h index 32be5fe2d3..2f6e236ca3 100644 --- a/plugins/TabSRMM/include/controls.h +++ b/plugins/TabSRMM/include/controls.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/include/functions.h b/plugins/TabSRMM/include/functions.h index a08d922f01..49ae0f79ab 100644 --- a/plugins/TabSRMM/include/functions.h +++ b/plugins/TabSRMM/include/functions.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/include/generic_msghandlers.h b/plugins/TabSRMM/include/generic_msghandlers.h index 2139bdbeb0..4f756b24f0 100644 --- a/plugins/TabSRMM/include/generic_msghandlers.h +++ b/plugins/TabSRMM/include/generic_msghandlers.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/include/globals.h b/plugins/TabSRMM/include/globals.h index d748b98956..69d62f66f7 100644 --- a/plugins/TabSRMM/include/globals.h +++ b/plugins/TabSRMM/include/globals.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/include/infopanel.h b/plugins/TabSRMM/include/infopanel.h index 85a38adbdd..3a2812444e 100644 --- a/plugins/TabSRMM/include/infopanel.h +++ b/plugins/TabSRMM/include/infopanel.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/include/mim.h b/plugins/TabSRMM/include/mim.h index 712831fec2..c971cb7fdf 100644 --- a/plugins/TabSRMM/include/mim.h +++ b/plugins/TabSRMM/include/mim.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/include/msgdlgutils.h b/plugins/TabSRMM/include/msgdlgutils.h index d882e00fb0..59e349f07c 100644 --- a/plugins/TabSRMM/include/msgdlgutils.h +++ b/plugins/TabSRMM/include/msgdlgutils.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/include/msgs.h b/plugins/TabSRMM/include/msgs.h index 94bca920c1..8290df99a9 100644 --- a/plugins/TabSRMM/include/msgs.h +++ b/plugins/TabSRMM/include/msgs.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/include/nen.h b/plugins/TabSRMM/include/nen.h index d3a8fa8bdd..106238b320 100644 --- a/plugins/TabSRMM/include/nen.h +++ b/plugins/TabSRMM/include/nen.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 @@ -29,7 +29,7 @@ * $Id: nen.h 13750 2011-08-03 20:10:43Z george.hazan $ * * This implements the event notification module for tabSRMM. The code - * is largely based on the NewEventNotify plugin for Miranda IM. See + * is largely based on the NewEventNotify plugin for Miranda NG. See * notices below for original copyright * * Name: NewEventNotify - Plugin for Miranda ICQ diff --git a/plugins/TabSRMM/include/sendlater.h b/plugins/TabSRMM/include/sendlater.h index fc3bb4d087..a81c08f4ae 100644 --- a/plugins/TabSRMM/include/sendlater.h +++ b/plugins/TabSRMM/include/sendlater.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/include/sendqueue.h b/plugins/TabSRMM/include/sendqueue.h index 6c97288a55..8fdb8205d7 100644 --- a/plugins/TabSRMM/include/sendqueue.h +++ b/plugins/TabSRMM/include/sendqueue.h @@ -1,6 +1,6 @@ /* -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/include/sidebar.h b/plugins/TabSRMM/include/sidebar.h index 5cd4d4aa80..415b96c5ac 100644 --- a/plugins/TabSRMM/include/sidebar.h +++ b/plugins/TabSRMM/include/sidebar.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/include/taskbar.h b/plugins/TabSRMM/include/taskbar.h index 5f48fdd756..9267f6a76a 100644 --- a/plugins/TabSRMM/include/taskbar.h +++ b/plugins/TabSRMM/include/taskbar.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/include/templates.h b/plugins/TabSRMM/include/templates.h index f347a68102..c2b84b1cbd 100644 --- a/plugins/TabSRMM/include/templates.h +++ b/plugins/TabSRMM/include/templates.h @@ -1,6 +1,6 @@ /* -Miranda IM: the free IM client for Microsoft* Windows* +Miranda NG: the free IM client for Microsoft* Windows* Copyright 2000-2003 Miranda ICQ/IM project, all portions of this codebase are copyrighted to the people diff --git a/plugins/TabSRMM/include/themes.h b/plugins/TabSRMM/include/themes.h index fcd4d03927..ca899ffdb7 100644 --- a/plugins/TabSRMM/include/themes.h +++ b/plugins/TabSRMM/include/themes.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/include/translator.h b/plugins/TabSRMM/include/translator.h index 5fadb83eee..61590c6b16 100644 --- a/plugins/TabSRMM/include/translator.h +++ b/plugins/TabSRMM/include/translator.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/include/utils.h b/plugins/TabSRMM/include/utils.h index 1d66a0c650..b2f2dab659 100644 --- a/plugins/TabSRMM/include/utils.h +++ b/plugins/TabSRMM/include/utils.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/src/ImageDataObject.cpp b/plugins/TabSRMM/src/ImageDataObject.cpp index 762dbba537..90fb804622 100644 --- a/plugins/TabSRMM/src/ImageDataObject.cpp +++ b/plugins/TabSRMM/src/ImageDataObject.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 @@ -30,7 +30,7 @@ * This inserts a bitmap into a rich edit control using OLE * code partially taken from public example on the internet, source unknown. * - * originally part of the smileyadd plugin for Miranda IM + * originally part of the smileyadd plugin for Miranda NG * */ diff --git a/plugins/TabSRMM/src/TSButton.cpp b/plugins/TabSRMM/src/TSButton.cpp index 79fcf44d62..0488a3e45e 100644 --- a/plugins/TabSRMM/src/TSButton.cpp +++ b/plugins/TabSRMM/src/TSButton.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/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h index b61d452edd..060c78652c 100644 --- a/plugins/TabSRMM/src/commonheaders.h +++ b/plugins/TabSRMM/src/commonheaders.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/src/contactcache.cpp b/plugins/TabSRMM/src/contactcache.cpp index 36cf125e56..8645954e7b 100644 --- a/plugins/TabSRMM/src/contactcache.cpp +++ b/plugins/TabSRMM/src/contactcache.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/src/container.cpp b/plugins/TabSRMM/src/container.cpp index d29de5f3ca..87ceed06c3 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.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/src/containeroptions.cpp b/plugins/TabSRMM/src/containeroptions.cpp index 99cc908fcc..8084771b43 100644 --- a/plugins/TabSRMM/src/containeroptions.cpp +++ b/plugins/TabSRMM/src/containeroptions.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/src/controls.cpp b/plugins/TabSRMM/src/controls.cpp index 9425ebf53d..15928b4b4c 100644 --- a/plugins/TabSRMM/src/controls.cpp +++ b/plugins/TabSRMM/src/controls.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/src/eventpopups.cpp b/plugins/TabSRMM/src/eventpopups.cpp index 8d3796fbb9..8cf487555f 100644 --- a/plugins/TabSRMM/src/eventpopups.cpp +++ b/plugins/TabSRMM/src/eventpopups.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 @@ -29,7 +29,7 @@ * $Id: eventpopups.cpp 13750 2011-08-03 20:10:43Z george.hazan $ * * This implements the event notification module for tabSRMM. The code - * is largely based on the NewEventNotify plugin for Miranda IM. See + * is largely based on the NewEventNotify plugin for Miranda NG. See * notices below. * * Name: NewEventNotify - Plugin for Miranda ICQ diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index ce104c6c11..de660d51d7 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.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/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index d2d3e6a3c0..e226222a68 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.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/src/hotkeyhandler.cpp b/plugins/TabSRMM/src/hotkeyhandler.cpp index 9574df156b..50f049a717 100644 --- a/plugins/TabSRMM/src/hotkeyhandler.cpp +++ b/plugins/TabSRMM/src/hotkeyhandler.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/src/infopanel.cpp b/plugins/TabSRMM/src/infopanel.cpp index 5480eeea9d..1e73619d8a 100644 --- a/plugins/TabSRMM/src/infopanel.cpp +++ b/plugins/TabSRMM/src/infopanel.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/src/mim.cpp b/plugins/TabSRMM/src/mim.cpp index ce63a4cd91..e49b85c21d 100644 --- a/plugins/TabSRMM/src/mim.cpp +++ b/plugins/TabSRMM/src/mim.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/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index 4a29fe72c3..c2b45d2e31 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.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/src/msgdlgutils.cpp b/plugins/TabSRMM/src/msgdlgutils.cpp index a2f09e2d45..cc227195bc 100644 --- a/plugins/TabSRMM/src/msgdlgutils.cpp +++ b/plugins/TabSRMM/src/msgdlgutils.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/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index aa2cd878b7..875f1f7006 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.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/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index 678c018441..7bd5ad868c 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.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/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index 1a5a9780d0..d9dc482cc7 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.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/src/selectcontainer.cpp b/plugins/TabSRMM/src/selectcontainer.cpp index 494df12cf5..5b76fba13e 100644 --- a/plugins/TabSRMM/src/selectcontainer.cpp +++ b/plugins/TabSRMM/src/selectcontainer.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/src/sendlater.cpp b/plugins/TabSRMM/src/sendlater.cpp index 77a6731c45..060dc1dae8 100644 --- a/plugins/TabSRMM/src/sendlater.cpp +++ b/plugins/TabSRMM/src/sendlater.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/src/sendqueue.cpp b/plugins/TabSRMM/src/sendqueue.cpp index 176ff25c14..610eda2f4f 100644 --- a/plugins/TabSRMM/src/sendqueue.cpp +++ b/plugins/TabSRMM/src/sendqueue.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/src/sidebar.cpp b/plugins/TabSRMM/src/sidebar.cpp index 11ad473251..38b1a7b1e5 100644 --- a/plugins/TabSRMM/src/sidebar.cpp +++ b/plugins/TabSRMM/src/sidebar.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/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp index 45fe87a418..ac7e94a2e5 100644 --- a/plugins/TabSRMM/src/srmm.cpp +++ b/plugins/TabSRMM/src/srmm.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/src/tabctrl.cpp b/plugins/TabSRMM/src/tabctrl.cpp index 94032a8cc6..ecc6213d4a 100644 --- a/plugins/TabSRMM/src/tabctrl.cpp +++ b/plugins/TabSRMM/src/tabctrl.cpp @@ -1,7 +1,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/src/taskbar.cpp b/plugins/TabSRMM/src/taskbar.cpp index a30dbd8727..73f05e0172 100644 --- a/plugins/TabSRMM/src/taskbar.cpp +++ b/plugins/TabSRMM/src/taskbar.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/src/templates.cpp b/plugins/TabSRMM/src/templates.cpp index d5a4c1e59c..087ba6506c 100644 --- a/plugins/TabSRMM/src/templates.cpp +++ b/plugins/TabSRMM/src/templates.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/src/themeio.cpp b/plugins/TabSRMM/src/themeio.cpp index 05bf677717..4e1edde78e 100644 --- a/plugins/TabSRMM/src/themeio.cpp +++ b/plugins/TabSRMM/src/themeio.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/src/themes.cpp b/plugins/TabSRMM/src/themes.cpp index 8426bf8c45..e65a6e61f8 100644 --- a/plugins/TabSRMM/src/themes.cpp +++ b/plugins/TabSRMM/src/themes.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/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp index edef96daa3..51016a77e3 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.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/src/trayicon.cpp b/plugins/TabSRMM/src/trayicon.cpp index c9c3471f2a..d5c27a849c 100644 --- a/plugins/TabSRMM/src/trayicon.cpp +++ b/plugins/TabSRMM/src/trayicon.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/src/userprefs.cpp b/plugins/TabSRMM/src/userprefs.cpp index 1fc6ffdd39..b1ad7cf796 100644 --- a/plugins/TabSRMM/src/userprefs.cpp +++ b/plugins/TabSRMM/src/userprefs.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/src/utils.cpp b/plugins/TabSRMM/src/utils.cpp index e87fb10a13..846cb5bf56 100644 --- a/plugins/TabSRMM/src/utils.cpp +++ b/plugins/TabSRMM/src/utils.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/tabmodplus/modplus.cpp b/plugins/TabSRMM/tabmodplus/modplus.cpp index ce9e863f34..fc6b69b292 100644 --- a/plugins/TabSRMM/tabmodplus/modplus.cpp +++ b/plugins/TabSRMM/tabmodplus/modplus.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/tabmodplus/msgoptions_plus.cpp b/plugins/TabSRMM/tabmodplus/msgoptions_plus.cpp index 9e69904228..9e5994389b 100644 --- a/plugins/TabSRMM/tabmodplus/msgoptions_plus.cpp +++ b/plugins/TabSRMM/tabmodplus/msgoptions_plus.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 -- cgit v1.2.3