summaryrefslogtreecommitdiff
path: root/protocols/MSN/res/msn.rc
diff options
context:
space:
mode:
authorPiotr Piastucki <leech.miranda@gmail.com>2015-05-31 09:42:28 +0000
committerPiotr Piastucki <leech.miranda@gmail.com>2015-05-31 09:42:28 +0000
commit03512ff2ed0f3d1ed6857ee85b0eb7268931ec3f (patch)
tree3d6520e755793440ba8afbe4fbfb22012746c8ee /protocols/MSN/res/msn.rc
parentc8e2e90a1acac55b97a8dd6c009483c2987bdf6c (diff)
Removed obsolete functions like setting Nickname
Ensure presence of wlid Setting desired status on startup git-svn-id: http://svn.miranda-ng.org/main/trunk@13931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/res/msn.rc')
-rw-r--r--protocols/MSN/res/msn.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/MSN/res/msn.rc b/protocols/MSN/res/msn.rc
index 57430555d5..a59f01f92e 100644
--- a/protocols/MSN/res/msn.rc
+++ b/protocols/MSN/res/msn.rc
@@ -34,18 +34,18 @@ BEGIN
EDITTEXT IDC_HANDLE,72,18,100,12,ES_AUTOHSCROLL
RTEXT "Password:",IDC_STATIC,16,36,52,8
EDITTEXT IDC_PASSWORD,72,34,100,12,ES_PASSWORD | ES_AUTOHSCROLL
- RTEXT "Nickname:",IDC_STATIC,16,52,52,8
- EDITTEXT IDC_HANDLE2,72,50,100,12,ES_AUTOHSCROLL
+ RTEXT "Nickname:",IDC_STATIC,16,52,52,8,NOT WS_VISIBLE
+ EDITTEXT IDC_HANDLE2,72,50,100,12,ES_AUTOHSCROLL | NOT WS_VISIBLE
CONTROL "Create a new Windows Live account",IDC_NEWMSNACCOUNTLINK,
"Hyperlink",WS_TABSTOP,21,68,208,8
GROUPBOX "Expert",IDC_STATIC,4,84,298,88,WS_GROUP
CONTROL "Send message font color/size info inside messages",IDC_SENDFONTINFO,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,95,280,10
CONTROL "Disable all contacts not included into my contact list",IDC_DISABLE_ANOTHER_CONTACTS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,106,280,10
+ "Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,12,106,280,10
CONTROL "Manage server groups",IDC_MANAGEGROUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,116,280,10
CONTROL "Allow people on my contact list send messages to mobile device",IDC_MOBILESEND,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,126,280,10
+ "Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,12,126,280,10
CONTROL "Run the following application when new Hotmail arrives",IDC_RUN_APP_ON_HOTMAIL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,137,280,10
EDITTEXT IDC_MAILER_APP,22,153,237,12,ES_AUTOHSCROLL