diff options
author | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:39:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:39:35 +0300 |
commit | 561c12a5194c286a4c4cfad8f5c182e7e67ed939 (patch) | |
tree | abb73bb947fa4e924250455ddc2b5ea0d45e7356 /plugins/UserInfoEx/res | |
parent | a5b3d209fb582ee36fb592062d2fd8f1c064ab07 (diff) |
fixes #4585 (UInfoEx: remove ICQ/MRA support)
Diffstat (limited to 'plugins/UserInfoEx/res')
-rw-r--r-- | plugins/UserInfoEx/res/resource.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc index e9632b8504..19d6d3700c 100644 --- a/plugins/UserInfoEx/res/resource.rc +++ b/plugins/UserInfoEx/res/resource.rc @@ -73,13 +73,6 @@ BEGIN COMBOBOX EDIT_MARITAL,193,49,101,76,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Partner:",IDC_STATIC,"Static",SS_SIMPLE,196,65,34,8
EDITTEXT EDIT_PARTNER,193,75,101,13,ES_AUTOHSCROLL
- CONTROL "Language skills",IDC_STATIC,"Static",SS_SIMPLE,196,100,97,8
- CONTROL "1.:",IDC_STATIC,"Static",SS_SIMPLE,159,115,31,8,WS_EX_RIGHT
- COMBOBOX EDIT_LANG1,193,113,101,89,CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- CONTROL "2.:",IDC_STATIC,"Static",SS_SIMPLE,159,133,31,8,WS_EX_RIGHT
- COMBOBOX EDIT_LANG2,193,131,101,73,CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- CONTROL "3.:",IDC_STATIC,"Static",SS_SIMPLE,159,151,31,8,WS_EX_RIGHT
- COMBOBOX EDIT_LANG3,193,149,101,58,CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
END
IDD_CONTACT_ORIGIN DIALOGEX 0, 0, 300, 169
|