summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NotesAndReminders/src')
-rw-r--r--plugins/NotesAndReminders/src/reminders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/reminders.cpp b/plugins/NotesAndReminders/src/reminders.cpp
index 63264c0e9c..fefd54e69f 100644
--- a/plugins/NotesAndReminders/src/reminders.cpp
+++ b/plugins/NotesAndReminders/src/reminders.cpp
@@ -1135,9 +1135,9 @@ public:
PopulateTimeOffsetCombo();
cmbRemindAgainIn.SetCurSel(0);
- chkAfter.SetState(true);
chkOnDate.SetState(false);
}
+ chkAfter.SetState(true);
edtText.SendMsg(EM_LIMITTEXT, MAX_REMINDER_LEN, 0);