1.15.3
This commit is contained in:
parent
02c101d789
commit
fe1bafd1f6
|
@ -311,9 +311,9 @@ bool DoAboutDialog(bool bReminder)
|
||||||
|
|
||||||
USHORT ReminderShedule[2 * 11] = {
|
USHORT ReminderShedule[2 * 11] = {
|
||||||
// days, itnerval,
|
// days, itnerval,
|
||||||
730, 1 * 24,
|
730, 12,
|
||||||
365, 5 * 24,
|
365, 1 * 24,
|
||||||
182, 10 * 24,
|
182, 5 * 24,
|
||||||
30, 30 * 24,
|
30, 30 * 24,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
|
@ -99,9 +99,9 @@ bool CSupportDialog::CheckSupport(bool bOnRun)
|
||||||
|
|
||||||
USHORT ReminderShedule[2 * 11] = {
|
USHORT ReminderShedule[2 * 11] = {
|
||||||
// days, itnerval,
|
// days, itnerval,
|
||||||
730, 1 * 24,
|
730, 12,
|
||||||
365, 5 * 24,
|
365, 1 * 24,
|
||||||
182, 10 * 24,
|
182, 5 * 24,
|
||||||
30, 30 * 24,
|
30, 30 * 24,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue