diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-19 20:12:04 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-19 20:12:04 +0000 |
commit | 44fb7e9e5fb9db8ef1876c32a2a6e296c9215c3e (patch) | |
tree | 3b14efbdacb1b71dead76ccc816bb302ee331703 /protocols/Xfire/src/iniupdater.cpp | |
parent | 55fc2fe4049b4deab8198ebc83d9597f189349e5 (diff) |
more translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@7771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/iniupdater.cpp')
-rw-r--r-- | protocols/Xfire/src/iniupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/iniupdater.cpp b/protocols/Xfire/src/iniupdater.cpp index 25d54315b6..fe47bfc4a7 100644 --- a/protocols/Xfire/src/iniupdater.cpp +++ b/protocols/Xfire/src/iniupdater.cpp @@ -105,7 +105,7 @@ void UpdateMyIcons(LPVOID dummy) { if (CheckWWWContent(request))
{
- if (db_get_b(NULL,protocolname,"dontaskforupdate",0)==1||MessageBoxA(NULL,Translate("There is a new Icons.dll online, do you want to update now?"),"Miranda XFire Protocol Plugin",MB_YESNO|MB_ICONQUESTION)==IDYES)
+ if (db_get_b(NULL,protocolname,"dontaskforupdate",0)==1||MessageBox(NULL,TranslateT("There is a new Icons.dll online, do you want to update now?"),TranslateT("Miranda XFire Protocol Plugin"),MB_YESNO|MB_ICONQUESTION)==IDYES)
{
if (GetWWWContent2(request,file,FALSE)) {
//altes backup löschen
|