summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/AimOscar/version.rc4
-rw-r--r--protocols/Gadu-Gadu/version.rc2
-rw-r--r--protocols/IRCG/commandmonitor.cpp2
-rw-r--r--protocols/IRCG/ircproto.cpp2
-rw-r--r--protocols/IcqOscarJ/resources.rc4
-rw-r--r--protocols/MSN/msn_misc.cpp2
-rw-r--r--protocols/MSN/version.rc2
-rw-r--r--protocols/Yahoo/options.cpp4
8 files changed, 11 insertions, 11 deletions
diff --git a/protocols/AimOscar/version.rc b/protocols/AimOscar/version.rc
index d0bd44e80b..e5cfd074c7 100644
--- a/protocols/AimOscar/version.rc
+++ b/protocols/AimOscar/version.rc
@@ -23,12 +23,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "Boris Krasnovskiy, Aaron Myles Landwehr"
- VALUE "FileDescription", "Miranda IM AIM Protocol"
+ VALUE "FileDescription", "Miranda NG AIM Protocol"
VALUE "FileVersion", __VERSION_STRING
VALUE "InternalName", "aim"
VALUE "LegalCopyright", "Copyright (c) 2008-2009 Boris Krasnovskiy, 2005-2006 Aaron Myles Landwehr"
VALUE "OriginalFilename", "aim.dll"
- VALUE "ProductName", "Miranda IM AIM Protocol"
+ VALUE "ProductName", "Miranda NG AIM Protocol"
VALUE "ProductVersion", __VERSION_STRING
END
END
diff --git a/protocols/Gadu-Gadu/version.rc b/protocols/Gadu-Gadu/version.rc
index 3f29f3fb03..6d99341d80 100644
--- a/protocols/Gadu-Gadu/version.rc
+++ b/protocols/Gadu-Gadu/version.rc
@@ -49,7 +49,7 @@ BEGIN
VALUE "InternalName", "gg"
VALUE "LegalCopyright", "Copyright © 2009-2012 Bartosz Bia³ek, 2003-2009 Adam Strzelecki"
VALUE "OriginalFilename", "gg.dll"
- VALUE "ProductName", "Gadu-Gadu Protocol Plugin for Miranda IM"
+ VALUE "ProductName", "Gadu-Gadu Protocol Plugin for Miranda NG"
VALUE "ProductVersion", __VERSION_STRING
END
END
diff --git a/protocols/IRCG/commandmonitor.cpp b/protocols/IRCG/commandmonitor.cpp
index 374396b7c2..fd06e542b9 100644
--- a/protocols/IRCG/commandmonitor.cpp
+++ b/protocols/IRCG/commandmonitor.cpp
@@ -826,7 +826,7 @@ bool CIrcProto::IsCTCP( const CIrcMessage* pmsg )
// incoming VERSION
else if (pmsg->m_bIncoming && command == _T("version")) {
- PostIrcMessage( _T("/NOTICE %s \001VERSION Miranda IM %s (IRC v.%s%s), (c) 2003-09 J.Persson, G.Hazan\001"),
+ PostIrcMessage( _T("/NOTICE %s \001VERSION Miranda NG %s (IRC v.%s%s), (c) 2003-09 J.Persson, G.Hazan\001"),
pmsg->prefix.sNick.c_str(), _T("%mirver"), _T("%version"),
_T(" Unicode"));
diff --git a/protocols/IRCG/ircproto.cpp b/protocols/IRCG/ircproto.cpp
index 8c4e539405..bd399e53a0 100644
--- a/protocols/IRCG/ircproto.cpp
+++ b/protocols/IRCG/ircproto.cpp
@@ -266,7 +266,7 @@ int CIrcProto::OnModulesLoaded( WPARAM, LPARAM )
bChatInstalled = TRUE;
}
else {
- if ( IDYES == MessageBox(0,TranslateT("The IRC protocol depends on another plugin called \'Chat\'\n\nDo you want to download it from the Miranda IM web site now?"),TranslateT("Information"),MB_YESNO|MB_ICONINFORMATION ))
+ if ( IDYES == MessageBox(0,TranslateT("The IRC protocol depends on another plugin called \'Chat\'\n\nDo you want to download it from the Miranda NG web site now?"),TranslateT("Information"),MB_YESNO|MB_ICONINFORMATION ))
CallService( MS_UTILS_OPENURL, 1, (LPARAM) "http://nightly.miranda.im/");
}
diff --git a/protocols/IcqOscarJ/resources.rc b/protocols/IcqOscarJ/resources.rc
index 3422da7e54..44db670813 100644
--- a/protocols/IcqOscarJ/resources.rc
+++ b/protocols/IcqOscarJ/resources.rc
@@ -562,9 +562,9 @@ BEGIN
BLOCK "000004e4"
BEGIN
VALUE "Comments", "Licensed under the terms of the GNU General Public License"
- VALUE "FileDescription", "ICQ protocol plugin for Miranda IM, enhanced"
+ VALUE "FileDescription", "ICQ protocol plugin for Miranda NG, enhanced"
VALUE "FileVersion", __VERSION_STRING
- VALUE "InternalName", "ICQJ protocol plugin for Miranda IM"
+ VALUE "InternalName", "ICQJ protocol plugin for Miranda NG"
VALUE "LegalCopyright", "Copyright (C) 2000-2010 Joe Kucera, Angeli-Ka, Bio, Martin Öberg, Richard Hughes, Jon Keating"
VALUE "OriginalFilename", "ICQ.dll"
VALUE "ProductName", "ICQ Protocol Support"
diff --git a/protocols/MSN/msn_misc.cpp b/protocols/MSN/msn_misc.cpp
index c3f53dc5e1..12b07cd08e 100644
--- a/protocols/MSN/msn_misc.cpp
+++ b/protocols/MSN/msn_misc.cpp
@@ -584,7 +584,7 @@ void ThreadData::sendCaps(void)
mir_snprintf(capMsg, sizeof(capMsg),
"Content-Type: text/x-clientcaps\r\n\r\n"
- "Client-Name: Miranda IM %s (MSN v.%s)\r\n",
+ "Client-Name: Miranda NG %s (MSN v.%s)\r\n",
mversion, __VERSION_STRING);
sendMessage('U', NULL, 1, capMsg, MSG_DISABLE_HDR);
diff --git a/protocols/MSN/version.rc b/protocols/MSN/version.rc
index 1751fb4365..be75d9fafa 100644
--- a/protocols/MSN/version.rc
+++ b/protocols/MSN/version.rc
@@ -23,7 +23,7 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "Boris Krasnovskiy, George Hazan, Richard Hughes"
- VALUE "FileDescription", "Miranda IM MSN Messenger plugin"
+ VALUE "FileDescription", "Miranda NG MSN Messenger plugin"
VALUE "FileVersion", __VERSION_STRING
VALUE "InternalName", "msn"
VALUE "LegalCopyright", "Copyright (c) 2001-2009 Boris Krasnovskiy, George Hazan, Richard Hughes"
diff --git a/protocols/Yahoo/options.cpp b/protocols/Yahoo/options.cpp
index bfd5b00ab2..30e821f892 100644
--- a/protocols/Yahoo/options.cpp
+++ b/protocols/Yahoo/options.cpp
@@ -143,7 +143,7 @@ static INT_PTR CALLBACK DlgProcYahooOpts(HWND hwndDlg, UINT msg, WPARAM wParam,
}
/*if ( restartRequired )
- MessageBoxA( hwndDlg, Translate( "The changes you have made require you to restart Miranda IM before they take effect"), Translate("YAHOO Options"), MB_OK );
+ MessageBoxA( hwndDlg, Translate( "The changes you have made require you to restart Miranda NG before they take effect"), Translate("YAHOO Options"), MB_OK );
else */
if ( reconnectRequired && ppro->m_bLoggedIn )
MessageBoxA( hwndDlg, Translate( "The changes you have made require you to reconnect to the Yahoo network before they take effect"), Translate("YAHOO Options"), MB_OK );
@@ -240,7 +240,7 @@ static INT_PTR CALLBACK DlgProcYahooOptsConn(HWND hwndDlg, UINT msg, WPARAM wPar
ppro->SetByte("YahooJapan", ( BYTE )IsDlgButtonChecked( hwndDlg, IDC_YAHOO_JAPAN ));
/*if ( restartRequired )
- MessageBoxA( hwndDlg, Translate( "The changes you have made require you to restart Miranda IM before they take effect"), Translate("YAHOO Options"), MB_OK );
+ MessageBoxA( hwndDlg, Translate( "The changes you have made require you to restart Miranda NG before they take effect"), Translate("YAHOO Options"), MB_OK );
else */
if ( reconnectRequired && ppro->m_bLoggedIn )
MessageBoxA( hwndDlg, Translate( "The changes you have made require you to reconnect to the Yahoo network before they take effect"), Translate("YAHOO Options"), MB_OK );