diff options
Diffstat (limited to 'protocols/Steam/res')
-rw-r--r-- | protocols/Steam/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc index 290efb395f..32a3f7da85 100644 --- a/protocols/Steam/res/Resource.rc +++ b/protocols/Steam/res/Resource.rc @@ -108,7 +108,7 @@ BEGIN LTEXT "Password:",IDC_STATIC,15,36,81,8
EDITTEXT IDC_PASSWORD,102,33,189,13,ES_PASSWORD | ES_AUTOHSCROLL
LTEXT "Device name",IDC_STATIC,15,53,81,8
- EDITTEXT IDC_DEVICE_NAME,102,50,189,13,ES_PASSWORD | ES_AUTOHSCROLL
+ EDITTEXT IDC_DEVICE_NAME,102,50,189,13,ES_AUTOHSCROLL
GROUPBOX "Contacts",IDC_STATIC,7,74,291,50
LTEXT "Default group:",IDC_STATIC,15,89,81,8
EDITTEXT IDC_GROUP,102,86,189,14,ES_AUTOHSCROLL
|