summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2018-06-24 17:36:03 +0300
committerMataes <mataes2007@gmail.com>2018-06-24 17:36:03 +0300
commit6be5857e29922b49997fff2cfcde5cac91108039 (patch)
tree827e3249c69144c39c9253783ae487fff00b0b10 /plugins
parentc0bbc949f03f56f4a2fe94b609736075f09f5609 (diff)
ProxySwitch: IM to NG
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ProxySwitch/res/resource.rc4
-rw-r--r--plugins/ProxySwitch/src/ip.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ProxySwitch/res/resource.rc b/plugins/ProxySwitch/res/resource.rc
index c7e299dc1e..237516d8dd 100644
--- a/plugins/ProxySwitch/res/resource.rc
+++ b/plugins/ProxySwitch/res/resource.rc
@@ -71,7 +71,7 @@ BEGIN
EDITTEXT IDC_EDIT_USEPROXY,101,37,183,14,ES_AUTOHSCROLL
PUSHBUTTON "?",IDC_BTN_HELP,15,39,14,12,BS_FLAT | NOT WS_TABSTOP
GROUPBOX "General",IDC_STATIC,7,65,144,118,WS_GROUP
- CONTROL "Manage Miranda IM proxy",IDC_CHECK_MIRANDA,"Button",
+ CONTROL "Manage Miranda NG proxy",IDC_CHECK_MIRANDA,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,15,78,131,10
CONTROL "Manage Internet Explorer proxy",IDC_CHECK_IE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,15,92,132,10
@@ -98,7 +98,7 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,129,122,10
CONTROL "Show proxy status on change",IDC_CHECK_SHOWPROXYSTATUS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,143,123,10
- CTEXT "Restart of IM Miranda is required.",IDC_RESTARTREQUIRED,
+ CTEXT "Restart of Miranda NG is required.",IDC_RESTARTREQUIRED,
164,164,127,8,NOT WS_VISIBLE
LTEXT "Enter semicolon (;) separated list of IP network addresses in any of the formats below:\n\tip/bits\t(10.0.0.1/24)\t\tip/mask\t(10.0.0.1/255.255.255.0)\n\tip1-2\t(10.0.0.1-50)\t\tip1-ip2\t(10.0.0.1-10.0.2.255)",
IDC_HELP_1,7,66,287,32,NOT WS_VISIBLE | NOT WS_GROUP
diff --git a/plugins/ProxySwitch/src/ip.cpp b/plugins/ProxySwitch/src/ip.cpp
index ae42693b62..8ed30c7664 100644
--- a/plugins/ProxySwitch/src/ip.cpp
+++ b/plugins/ProxySwitch/src/ip.cpp
@@ -25,7 +25,7 @@ void IP_WatchDog(void *arg)
ret = NotifyAddrChange(&hand, &overlap);
if (ret != NO_ERROR && WSAGetLastError() != WSA_IO_PENDING) {
wchar_t err[100];
- mir_snwprintf(err, L"NotifyAddrChange Error: %d/nRestart Miranda IM to restore IP monitor.", WSAGetLastError());
+ mir_snwprintf(err, L"NotifyAddrChange Error: %d/nRestart Miranda NG to restore IP monitor.", WSAGetLastError());
ERRORMSG(err);
break;
}