diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-04 15:08:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-04 15:08:55 +0000 |
commit | 1705dfe26353057e4fa274280ff9552840ea9aab (patch) | |
tree | 6951b185f50c09ea8c6400cd96ded4866cde45fd /plugins/Non-IM Contact/res | |
parent | 814f6082b4fa4b4c7c31edba2e1a63bfeaf71828 (diff) |
Non-IM contacts:
- 64-bit adaptation;
- icons migrated to icolib;
- various cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/res')
-rw-r--r-- | plugins/Non-IM Contact/res/resource.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Non-IM Contact/res/resource.rc b/plugins/Non-IM Contact/res/resource.rc index 0385c90289..649f218618 100644 --- a/plugins/Non-IM Contact/res/resource.rc +++ b/plugins/Non-IM Contact/res/resource.rc @@ -116,8 +116,6 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Dialog"
FONT 8, "MS Sans Serif"
BEGIN
- CONTROL "Ignore global status change",IDC_IGNORE_GLOBALSTATUS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,28,103,10
CONTROL "Away as another status",IDC_AWAYISNOTONLINE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,42,89,10
CONTROL "Disable timer",IDC_DISABLETIMER,"Button",
|