diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-10 12:09:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-10 12:09:56 +0000 |
commit | fdea2aec4a7900eec09c2597cd499571003f5ce4 (patch) | |
tree | b5a4e2e63453c6a65de54115dee9212c2182b9b2 /plugins/MenuItemEx/res | |
parent | c5bc8460851c4f404575280659293651c3d9c5f4 (diff) |
unneeded functionality removed from MenuItemEx
git-svn-id: http://svn.miranda-ng.org/main/trunk@6042 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/res')
-rw-r--r-- | plugins/MenuItemEx/res/resource.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MenuItemEx/res/resource.rc b/plugins/MenuItemEx/res/resource.rc index 5d5c6430b0..0f3cafeb30 100644 --- a/plugins/MenuItemEx/res/resource.rc +++ b/plugins/MenuItemEx/res/resource.rc @@ -79,9 +79,6 @@ BEGIN CONTROL "Trim too long ID",IDC_TRIMID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,150,105,10
LTEXT "* Use Ctrl+click to see popup with the copied text",IDC_HINT1,16,164,251,11
CONTROL "Hide contact on 'Ignore all'",IDC_IGNOREHIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,42,105,10
- GROUPBOX "Other options",IDC_STATIC,7,184,266,27
- CONTROL "Automatically refresh contact's details after they come online",IDC_REFRESH_DETAILS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,196,251,10
END
|