summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/res/resource.rc
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-08-26 00:21:29 +0300
committerdartraiden <wowemuh@gmail.com>2017-08-26 00:21:50 +0300
commit28e010c9383d28954e8d345c71a73c1b70efa961 (patch)
tree83bcf44c0b1ac2879e341a67ca32f99e64b92ffd /plugins/TabSRMM/res/resource.rc
parentdb155ca0a82ea2216ad4b3cdfafde0efce0a4d0b (diff)
TabSRMM: remove useless "About" dialog
Diffstat (limited to 'plugins/TabSRMM/res/resource.rc')
-rw-r--r--plugins/TabSRMM/res/resource.rc18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc
index 1347eb1094..c5b4705d84 100644
--- a/plugins/TabSRMM/res/resource.rc
+++ b/plugins/TabSRMM/res/resource.rc
@@ -502,20 +502,6 @@ BEGIN
GROUPBOX "Tab layout tweaks",IDC_STATIC,3,35,297,118
END
-IDD_ABOUT 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 TabSRMM"
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- LTEXT "",IDC_STATIC,0,30,228,110,NOT WS_GROUP
- CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",WS_TABSTOP,0,0,228,30
- DEFPUSHBUTTON "OK",IDOK,168,123,55,14
- CTEXT "Copyright 2004-2011 by the Miranda IM project, 2012-2017 by the Miranda NG project.",IDC_COPYRIGHT,5,39,217,47
- CONTROL "Support and latest version information",IDC_SUPPORT,
- "Hyperlink",WS_TABSTOP | 0x1,18,91,192,12
-END
-
IDD_OPT_SKIN DIALOGEX 0, 0, 303, 224
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
@@ -920,10 +906,6 @@ BEGIN
MENUITEM SEPARATOR
MENUITEM "Save current window position as default", ID_OPTIONS_SAVECURRENTWINDOWPOSITIONASDEFAULT
END
- POPUP "Help"
- BEGIN
- MENUITEM "About TabSRMM...", ID_HELP_ABOUTTABSRMM
- END
END