diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-02 21:40:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-02 21:40:05 +0000 |
commit | 218ce60228981746b57531bb2dcb1bdb4a0f96b5 (patch) | |
tree | 6244a9f8042ea1109f394a04e3b332dcea5822da /src/resource.rc | |
parent | a271956628b6493fb4b9512f33539dbc29ab81a8 (diff) |
useless options dialog removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/resource.rc b/src/resource.rc index 0498736971..44bf643535 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -606,16 +606,6 @@ BEGIN PUSHBUTTON "Close",IDCANCEL,110,49,50,14
END
-IDD_OPT_KEYWORDFILTER DIALOGEX 0, 0, 251, 73
-STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
-BEGIN
- CONTROL "Enable keyword search in options dialog",IDC_ENABLE_KEYWORDFILTERING,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,4,243,10
- LTEXT "If this option is checked it allows you to search for option pages that contain the search string or plugin name.",IDC_STATIC,4,20,243,49,NOT WS_GROUP
-END
-
IDD_ERROR_LIST DIALOGEX 0, 0, 312, 209
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
EXSTYLE WS_EX_CONTROLPARENT
|