From 46e398c0d295f3d33fe4c0450c36e1fc45a95616 Mon Sep 17 00:00:00 2001 From: aunsane Date: Mon, 19 Feb 2018 00:00:03 +0300 Subject: CloudFile: added support for the usual accounts system(#1144) --- plugins/CloudFile/res/resource.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/CloudFile/res/resource.rc') diff --git a/plugins/CloudFile/res/resource.rc b/plugins/CloudFile/res/resource.rc index e08283ccb2..53021dfa69 100644 --- a/plugins/CloudFile/res/resource.rc +++ b/plugins/CloudFile/res/resource.rc @@ -105,12 +105,12 @@ EXSTYLE WS_EX_TOPMOST CAPTION "Authorization" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - EDITTEXT IDC_OAUTH_CODE,7,41,179,14,ES_AUTOHSCROLL + EDITTEXT IDC_OAUTH_CODE,7,43,179,14,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,75,62,50,14 PUSHBUTTON "Cancel",IDCANCEL,136,62,50,14 - LTEXT "Enter authorization code:",IDC_STATIC,7,31,179,8 - LTEXT "Allow access to team",IDC_STATIC,7,7,68,8 - CONTROL "Go to this link",IDC_OAUTH_AUTHORIZE,"Hyperlink",WS_GROUP | WS_TABSTOP | 0x1,7,17,179,8 + LTEXT "Enter authorization code:",IDC_STATIC,7,33,179,8 + LTEXT "To allow Miranda NG access to %s account:",IDC_AUTH_TEXT,7,7,140,8 + PUSHBUTTON "Authorize",IDC_OAUTH_AUTHORIZE,58,17,74,14 END -- cgit v1.2.3