diff options
Diffstat (limited to 'plugins/ProxySwitch/src/ip.cpp')
-rw-r--r-- | plugins/ProxySwitch/src/ip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |