diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-01-20 13:19:01 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-01-20 13:19:01 +0000 |
commit | 5bd49f38edd0b890a832bdf40dd0b7fdaf82b144 (patch) | |
tree | fc31708a54b353d6596c4ae37906ac9528895c1f /protocols/Xfire/src/iniupdater.cpp | |
parent | e6bbc380e84a748242748ba3177e8def969a76cc (diff) |
XFire: use constant for plugin title
git-svn-id: http://svn.miranda-ng.org/main/trunk@7784 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 fe47bfc4a7..8a91df0ccc 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||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 (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(PLUGIN_TITLE),MB_YESNO|MB_ICONQUESTION)==IDYES)
{
if (GetWWWContent2(request,file,FALSE)) {
//altes backup löschen
|