From 7c16f0bc7af13884de18712d9b66c7e7218d51c0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 1 Feb 2014 08:57:57 +0000 Subject: own exception dialog removed from tabSRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@7981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/res/resource.rc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'plugins/TabSRMM/res/resource.rc') 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 -- cgit v1.2.3