summaryrefslogtreecommitdiff
path: root/protocols/IRCG/ircproto.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-25 14:30:02 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-25 14:30:02 +0000
commit0b42d1d06cef26e4161ec541d2251ff3f56928c2 (patch)
tree88d6147306f0ae0d82ce7b1d724b0548078ee32c /protocols/IRCG/ircproto.cpp
parent50f9d403c35341b0bbc0b026995761e3cefc28d3 (diff)
Miranda IM renamed to Miranda NG part 7
git-svn-id: http://svn.miranda-ng.org/main/trunk@1178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/ircproto.cpp')
-rw-r--r--protocols/IRCG/ircproto.cpp2
1 files changed, 1 insertions, 1 deletions
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/");
}