summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/res/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-01 08:57:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-01 08:57:57 +0000
commit7c16f0bc7af13884de18712d9b66c7e7218d51c0 (patch)
tree635025a379c7e61567a11aab1cc4986c9186d93f /plugins/TabSRMM/res/resource.rc
parentf2e1635b5b50ebe64a7bde2b68654034aa2eecdb (diff)
own exception dialog removed from tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@7981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/res/resource.rc')
-rw-r--r--plugins/TabSRMM/res/resource.rc13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc
index 9485aa6b26..dc662520f6 100644
--- a/plugins/TabSRMM/res/resource.rc
+++ b/plugins/TabSRMM/res/resource.rc
@@ -28,19 +28,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
// Dialog
//
-IDD_EXCEPTION DIALOGEX 0, 0, 370, 131
-STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "TabSRMM exception"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-BEGIN
- EDITTEXT IDC_EXCEPTION_DETAILS,7,18,356,60,ES_MULTILINE | ES_READONLY
- DEFPUSHBUTTON "Copy to clipboard",IDC_COPY_EXCEPTION,108,114,80,14
- PUSHBUTTON "Continue",IDOK,196,114,80,14
- PUSHBUTTON "Exit Miranda",IDCANCEL,284,114,80,14
- LTEXT "",IDC_EX_REASON,7,5,354,9
- 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_INFOPANEL DIALOGEX 0, 0, 282, 176
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_BORDER
EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CONTROLPARENT