diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2012-11-29 00:47:18 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2012-11-29 00:47:18 +0000 |
commit | 8aad639169f7d36ba395737592cfc4d0295ce5f7 (patch) | |
tree | 78f663846fb0570364212f91b0219fbf4ab24057 /protocols | |
parent | d38f5bfee7197b4094d189d95fe6ee004576dc1d (diff) |
Gadu-Gadu protocol: account avatar work
- MojaGeneracja.pl website changed to gg.pl
git-svn-id: http://svn.miranda-ng.org/main/trunk@2554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Gadu-Gadu/src/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/services.cpp b/protocols/Gadu-Gadu/src/services.cpp index 5caf23f08c..3df7eced87 100644 --- a/protocols/Gadu-Gadu/src/services.cpp +++ b/protocols/Gadu-Gadu/src/services.cpp @@ -285,7 +285,7 @@ INT_PTR GGPROTO::setmyavatar(WPARAM wParam, LPARAM lParam) if (szFilename == NULL) {
MessageBox(NULL,
- TranslateT("To remove your Gadu-Gadu avatar, you must use the MojaGeneracja.pl website."),
+ TranslateT("To remove your Gadu-Gadu avatar, you must use the gg.pl website."),
m_tszUserName, MB_OK | MB_ICONINFORMATION);
return -1;
}
|