From 05b2e149be5b49508d99f39bf9d53c6f9a170dc4 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 25 Oct 2013 00:09:59 +0000 Subject: Xfire: id => ID git-svn-id: http://svn.miranda-ng.org/main/trunk@6615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/addgamedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Xfire/src') diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp index fb0f0b9711..7b3a7e4195 100644 --- a/protocols/Xfire/src/addgamedialog.cpp +++ b/protocols/Xfire/src/addgamedialog.cpp @@ -586,7 +586,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg, } else if(LOWORD(wParam) == IDC_GAMEIDHELP) { - MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an id. Use a number above the last used id to avoid problems with used ids. Every number above 10000 should be save. This id will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK); + MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an ID. Use a number above the last used ID to avoid problems with used ids. Every number above 10000 should be save. This ID will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK); } else if(LOWORD(wParam) == IDC_ADD_BROWSEDETECT) { -- cgit v1.2.3