summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-08 20:30:58 +0200
committerGeorge Hazan <ghazan@miranda.im>2019-01-08 20:30:58 +0200
commitb094ac395c83d47d2d28f80d509ec9386c3b0ece (patch)
tree260b79b0ed2cc0c218ba4d06e47bd52399ea21b5 /plugins/CrashDumper/res
parent1e857963fa96c1e2131fa799d8580c526f175cee (diff)
fixes #1736 (CrashDumper: "Use classic dates" options should not depend on "Generate crash reports")
Diffstat (limited to 'plugins/CrashDumper/res')
-rw-r--r--plugins/CrashDumper/res/crshdmp.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CrashDumper/res/crshdmp.rc b/plugins/CrashDumper/res/crshdmp.rc
index 8c15dbadfc..310ccfa235 100644
--- a/plugins/CrashDumper/res/crshdmp.rc
+++ b/plugins/CrashDumper/res/crshdmp.rc
@@ -75,10 +75,10 @@ BEGIN
EDITTEXT IDC_PASSWORD,14,65,107,14,ES_PASSWORD | ES_AUTOHSCROLL
CONTROL "Upload automatically when changed",IDC_UPLOADCHN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,84,161,10
GROUPBOX "Crash reports",IDC_STATIC,7,104,195,54
- CONTROL "Use classic dates",IDC_CLASSICDATES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,127,157,10
- CONTROL "Create reports in subfolders naming as current date",IDC_DATESUBFOLDER,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,141,180,10
CONTROL "Generate crash reports",IDC_CATCHCRASHES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,113,169,10
+ CONTROL "Create reports in subfolders naming as current date",IDC_DATESUBFOLDER,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,127,180,10
+ CONTROL "Use classic dates",IDC_CLASSICDATES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,141,157,10
LTEXT "* You need to restart Miranda NG to apply changes",IDC_RESTARTNOTE,9,160,186,22,NOT WS_VISIBLE
END