diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2016-04-03 17:11:21 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2016-04-03 17:11:21 +0000 |
commit | c3d5068e1d3f07a0959aaa366fee11a552245c1a (patch) | |
tree | 0aa956a0a8cb69a1b6c6e1b17220043ab92a8f93 /protocols/AimOscar/res | |
parent | b2ca0aa7399c74e8ee11f7dcc0404a1407272477 (diff) |
aim protocol:
started "clienlogin" implementation
skeleton is somehow done, just actual work implementation left to be done)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/res')
-rwxr-xr-x | protocols/AimOscar/res/aim.rc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/protocols/AimOscar/res/aim.rc b/protocols/AimOscar/res/aim.rc index af3f07a46c..60e9e331fb 100755 --- a/protocols/AimOscar/res/aim.rc +++ b/protocols/AimOscar/res/aim.rc @@ -77,14 +77,16 @@ BEGIN CONTROL "Instant Idle on Login",IDC_II,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,158,18,131,15
CONTROL "Force Proxy File Transfers",IDC_FP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,158,31,130,11
CONTROL "Masquerade as a Sidekick/Hiptop User",IDC_HF,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,158,42,135,13
- CTEXT "* Some changes will take effect the next time you connect to the AIM network",IDC_MASQ,171,169,115,28,NOT WS_VISIBLE
- GROUPBOX "Connection",IDC_STATIC,154,89,142,71
+ CTEXT "* Some changes will take effect the next time you connect to the AIM network",IDC_MASQ,166,174,115,28,NOT WS_VISIBLE
+ GROUPBOX "Connection",IDC_STATIC,154,89,142,80
EDITTEXT IDC_PN,207,119,37,13,ES_AUTOHSCROLL
LTEXT "Port:",IDC_STATIC,158,121,44,12
PUSHBUTTON "Reset",IDC_SVRRESET,254,118,35,14
CONTROL "Disable SSL",IDC_DSSL,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,157,135,85,10
CONTROL "Manage Server Groups",IDC_MG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,194,138,13
- CONTROL "Force Single Client",IDC_FSC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,146,129,10
+ CONTROL "Force Single Client",IDC_FSC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,155,129,10
+ CONTROL "Use ""clientlogin"" (recommended)",IDC_CLIENTLOGIN,
+ "Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,157,145,119,10
END
IDD_INFO DIALOGEX 0, 0, 227, 165
|