diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-01 06:48:40 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-01 06:48:40 +0000 |
commit | 43e8aab45e6f468c95fa427d896fe33d6f83c60b (patch) | |
tree | 2bb0c36bd22056f4d2c3474748e3cd25839cde93 /protocols/VKontakte | |
parent | 73c7a88e2705bd96320dc1eb9c11aaeab8ff6a65 (diff) |
some clearance to login method
git-svn-id: http://svn.miranda-ng.org/main/trunk@6733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index ceb3629ec4..915388c20d 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -40,7 +40,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Login or phone number:",IDC_STATIC,0,0,95,12
+ LTEXT "Email or phone number:",IDC_STATIC,0,0,95,12
EDITTEXT IDC_LOGIN,96,0,89,12,ES_AUTOHSCROLL
LTEXT "Password:",IDC_STATIC,0,16,94,12
EDITTEXT IDC_PASSWORD,95,16,90,12,ES_PASSWORD | ES_AUTOHSCROLL
|