diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-29 18:07:57 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-29 18:07:57 +0000 |
commit | 229ddf30c70778c00a1a3c3bb370172f1071dd10 (patch) | |
tree | f3fd94c927e98633bf66d10a476ded4e25e3581a /protocols/Xfire/src | |
parent | bf8867c428b3c4dafa279d245dce02e9b7a7150f (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@4243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src')
-rw-r--r-- | protocols/Xfire/src/main.cpp | 2 |
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);
|