diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-06-15 19:31:55 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-06-15 19:31:55 +0000 |
commit | deba5f68550f2b0100f85e317a148351ca72d221 (patch) | |
tree | a998fb4db30613f987e64adfab3c8033e461f0d2 /protocols/FacebookRM/res | |
parent | 3c183a5fe4a4f08306a99565e52933c810261ac8 (diff) |
Facebook: Fixed Apply button
git-svn-id: http://svn.miranda-ng.org/main/trunk@9512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/res')
-rw-r--r-- | protocols/FacebookRM/res/facebook.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc index 7c0961e2d3..fba81488a7 100644 --- a/protocols/FacebookRM/res/facebook.rc +++ b/protocols/FacebookRM/res/facebook.rc @@ -107,13 +107,13 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "User details",IDC_STATIC,7,7,291,60
- LTEXT "E-mail:",IDC_STATIC,17,19,61,8
+ LTEXT "E-mail:",IDC_STATIC,17,19,61,8,0,WS_EX_RIGHT
EDITTEXT IDC_UN,84,17,123,13,ES_AUTOHSCROLL
- LTEXT "Password:",IDC_STATIC,17,35,61,8
+ LTEXT "Password:",IDC_STATIC,17,35,61,8,0,WS_EX_RIGHT
EDITTEXT IDC_PW,84,33,123,13,ES_PASSWORD | ES_AUTOHSCROLL
CONTROL "Create a new Facebook account",IDC_NEWACCOUNTLINK,
"Hyperlink",WS_TABSTOP,84,52,189,10
- LTEXT "Default group:",IDC_STATIC,17,85,61,8
+ LTEXT "Default group:",IDC_STATIC,17,85,61,8,0,WS_EX_RIGHT
EDITTEXT IDC_GROUP,84,84,123,13,ES_AUTOHSCROLL
CONTROL "Automatically set 'Ignore status change' flag",IDC_SET_IGNORE_STATUS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,271,10
@@ -156,7 +156,7 @@ BEGIN CONTROL "Allow posting statuses to my pages (may slow down login)",IDC_LOAD_PAGES,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,84,267,10
RTEXT "Use this server for opening links:",IDC_STATIC,17,100,135,8
- COMBOBOX IDC_URL_SERVER,156,97,96,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_URL_SERVER,156,97,128,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Enable support for Custom smileys (EXPERIMENTAL + BUGGY!)",IDC_CUSTOM_SMILEYS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,136,267,10
CONTROL "Use local time for received messages",IDC_USE_LOCAL_TIME,
|