diff options
author | dartraiden <wowemuh@gmail.com> | 2017-08-24 21:01:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-24 21:01:39 +0300 |
commit | 90ef506b95b3d42caaa773b144c6fa62fe9e8019 (patch) | |
tree | 4e919bec140e106eb8cdfcb35d222ab13b4e0b63 /plugins/Clist_nicer/res | |
parent | e3f35fc33c39420698ab5d50312c8df11282adc3 (diff) |
remove useless "About" dialog from clist_nicer (#903)
Diffstat (limited to 'plugins/Clist_nicer/res')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index f861f2e6b3..cb0c6a6d2a 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -38,23 +38,6 @@ BEGIN LTEXT "Although the exception was caught and you may continue working with Miranda, you should restart the program as soon as possible. The exception may have damaged internal data structures and can have a serious impact on stability.",IDC_STATIC,7,83,352,26
END
-IDD_CLNABOUT DIALOGEX 0, 0, 228, 140
-STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "About Clist nicer"
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- LTEXT "",IDC_WHITERECT,0,0,228,116
- DEFPUSHBUTTON "OK",IDOK,168,123,55,14
- LTEXT "Clist nicer",IDC_CLNICER,5,7,150,15
- CTEXT "Copyright © 2004-2010 by the Miranda IM project, 2012-2017 by the Miranda NG project.",IDC_COPYRIGHT,5,39,217,47
- ICON 0,IDC_LOGO,201,2,20,20
- LTEXT "Version",IDC_VERSION,5,19,150,15
- CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,117,228,1
- CONTROL "Support and latest version information",IDC_SUPPORT,
- "Hyperlink",WS_TABSTOP | 0x1,18,91,192,12
-END
-
IDD_DELETECONTACT DIALOGEX 0, 0, 294, 101
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
@@ -612,10 +595,6 @@ BEGIN BEGIN
END
- IDD_CLNABOUT, DIALOG
- BEGIN
- END
-
IDD_DELETECONTACT, DIALOG
BEGIN
END
|