From 229ddf30c70778c00a1a3c3bb370172f1071dd10 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 29 Mar 2013 18:07:57 +0000 Subject: typos git-svn-id: http://svn.miranda-ng.org/main/trunk@4243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Xfire/src') 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); -- cgit v1.2.3