This commit is contained in:
DavidXanatos 2024-11-26 13:02:52 +01:00
parent 02c101d789
commit fe1bafd1f6
2 changed files with 6 additions and 6 deletions

View File

@ -311,9 +311,9 @@ bool DoAboutDialog(bool bReminder)
USHORT ReminderShedule[2 * 11] = {
// days, itnerval,
730, 1 * 24,
365, 5 * 24,
182, 10 * 24,
730, 12,
365, 1 * 24,
182, 5 * 24,
30, 30 * 24,
0
};

View File

@ -99,9 +99,9 @@ bool CSupportDialog::CheckSupport(bool bOnRun)
USHORT ReminderShedule[2 * 11] = {
// days, itnerval,
730, 1 * 24,
365, 5 * 24,
182, 10 * 24,
730, 12,
365, 1 * 24,
182, 5 * 24,
30, 30 * 24,
0
};