diff options
| author | George Hazan <ghazan@miranda.im> | 2022-01-12 20:01:11 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-01-12 20:01:11 +0300 |
| commit | 5f5eb8eff1b7f7eb7bf21ed25cf14db6e33f2e52 (patch) | |
| tree | b4bf6702e4fcd0fa16369bac898682558502eca5 /plugins/CrashDumper/res | |
| parent | f8cfe24d1b96765f628e086da2023755b2577675 (diff) | |
fixes #2993 (CrashDumper: drop vi.miranda-ng.org support)
Diffstat (limited to 'plugins/CrashDumper/res')
| -rw-r--r-- | plugins/CrashDumper/res/crshdmp.rc | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/plugins/CrashDumper/res/crshdmp.rc b/plugins/CrashDumper/res/crshdmp.rc index d38fcc97cd..aaa1f42f4a 100644 --- a/plugins/CrashDumper/res/crshdmp.rc +++ b/plugins/CrashDumper/res/crshdmp.rc @@ -7,8 +7,8 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
-#include "richedit.h"
+#include "winres.h"
+
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -32,8 +32,7 @@ END 2 TEXTINCLUDE
BEGIN
- "#include ""afxres.h""\r\n"
- "#include ""richedit.h""\r\0"
+ "#include ""winres.h""\r\0"
END
3 TEXTINCLUDE
@@ -65,20 +64,14 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Support for vi.miranda-ng.org",IDC_STATIC,7,7,253,62
- LTEXT "Username",IDC_STATIC,14,20,107,8
- EDITTEXT IDC_USERNAME,152,18,108,14,ES_AUTOHSCROLL
- LTEXT "Password",IDC_STATIC,14,39,107,8
- EDITTEXT IDC_PASSWORD,153,35,107,14,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "Upload automatically when changed",IDC_UPLOADCHN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,54,245,10
- GROUPBOX "Crash reports",IDC_STATIC,7,70,253,52
- CONTROL "Generate crash reports",IDC_CATCHCRASHES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,83,237,10
+ GROUPBOX "Crash reports",-1,7,3,253,52
+ CONTROL "Generate crash reports",IDC_CATCHCRASHES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,16,237,10
CONTROL "Create reports in subfolders naming as current date",IDC_DATESUBFOLDER,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,95,237,10
- CONTROL "Use classic dates",IDC_CLASSICDATES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,107,237,10
- LTEXT "* You need to restart Miranda NG to apply changes",IDC_RESTARTNOTE,7,145,251,22,NOT WS_VISIBLE
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,28,237,10
+ CONTROL "Use classic dates",IDC_CLASSICDATES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,40,237,10
+ LTEXT "* You need to restart Miranda NG to apply changes",IDC_RESTARTNOTE,7,78,251,22,NOT WS_VISIBLE
CONTROL "Display popups about successful actions",IDC_SUCCESSPOPUPS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,129,253,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,253,10
END
|
