diff options
Diffstat (limited to 'protocols/WhatsApp')
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index ec76d479ea..17afea48a9 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -120,7 +120,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | CAPTION "Invite users"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Choose an user",IDC_STATIC,4,2,208,130
+ GROUPBOX "Choose a user",IDC_STATIC,4,2,208,130
CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x1,12,12,192,112,WS_EX_CLIENTEDGE
LTEXT "Other user:",IDC_STATIC,4,138,55,8
EDITTEXT IDC_NEWJID,60,136,152,12,ES_AUTOHSCROLL
|