From 38630e4d08971cec44f3025c19bcf80403907a88 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 1 Nov 2013 10:42:31 +0000 Subject: more correct version of previous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@6734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte/res') diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 915388c20d..137d541f7c 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -28,7 +28,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 "E-mail 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 @@ -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 "Email or phone number:",IDC_STATIC,0,0,95,12 + LTEXT "E-mail 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 -- cgit v1.2.3