summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-03-29 18:07:57 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-03-29 18:07:57 +0000
commit229ddf30c70778c00a1a3c3bb370172f1071dd10 (patch)
treef3fd94c927e98633bf66d10a476ded4e25e3581a /protocols
parentbf8867c428b3c4dafa279d245dce02e9b7a7150f (diff)
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@4243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Xfire/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp
index 4df706619d..4848b19fe6 100644
--- a/protocols/Xfire/src/main.cpp
+++ b/protocols/Xfire/src/main.cpp
@@ -1085,7 +1085,7 @@ extern "C" __declspec(dllexport) int Load(void)
DBWriteContactSettingByte(NULL,protocolname,"xfiresitegameico",1);
DBWriteContactSettingByte(NULL,protocolname,"recprotoverchg",1);
- if(MessageBoxA(NULL,Translate("It seems that is the first time you use this plugin. Do you want to automatically download the latest available xfire_games.ini und icons.dll?\r\nWithout the ini xfire cant detect any games on your computer."),"Miranda XFire Protocol Plugin",MB_YESNO|MB_ICONQUESTION)==IDYES)
+ if(MessageBoxA(NULL,Translate("It seems that is the first time you use this plugin. Do you want to automatically download the latest available xfire_games.ini and icons.dll?\r\nWithout the ini xfire can't detect any games on your computer."),"Miranda XFire Protocol Plugin",MB_YESNO|MB_ICONQUESTION)==IDYES)
{
DBWriteContactSettingByte(NULL,protocolname,"autoiniupdate",1);
DBWriteContactSettingByte(NULL,protocolname,"autoicodllupdate",1);