diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-25 00:09:59 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-25 00:09:59 +0000 |
commit | 05b2e149be5b49508d99f39bf9d53c6f9a170dc4 (patch) | |
tree | 7f9915515aaa77adefb0decd018c7eda9c038bbc /protocols/Xfire/res/resource.rc | |
parent | 7bc1eb93a0405c46667b98ffc1a4d65dd4824314 (diff) |
Xfire: id => ID
git-svn-id: http://svn.miranda-ng.org/main/trunk@6615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/res/resource.rc')
-rw-r--r-- | protocols/Xfire/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc index b90fa55be0..16ee9ca595 100644 --- a/protocols/Xfire/res/resource.rc +++ b/protocols/Xfire/res/resource.rc @@ -280,7 +280,7 @@ BEGIN LTEXT "Launcher exe (optional):",IDC_STC38,4,59,188,9,NOT WS_GROUP
EDITTEXT IDC_ADD_LAUNCHEREXE,4,70,136,13,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
PUSHBUTTON "Browse...",IDC_ADD_BROWSELAUNCHER,144,70,48,14
- LTEXT "Game id:",IDC_STC39,4,86,52,9,NOT WS_GROUP
+ LTEXT "Game ID:",IDC_STC39,4,86,52,9,NOT WS_GROUP
EDITTEXT IDC_ADD_ID,4,97,36,13,NOT WS_BORDER,WS_EX_CLIENTEDGE
PUSHBUTTON "?",IDC_GAMEIDHELP,42,97,14,13
LTEXT "Send game ID:",IDC_STC42,60,86,50,9,NOT WS_GROUP
|