diff --git a/scripts/tkremind.in b/scripts/tkremind.in index cc03d417..a5946d9a 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -4725,6 +4725,7 @@ proc MakeTodaysRemindersWindow { w date } { bind $w "$w.prev flash; $w.prev invoke" bind $w "$w.next flash; $w.next invoke" bind $w "$w.today flash; $w.today invoke" + bind $w "$w.ok flash; $w.ok invoke" catch { bind $w "$w.prev flash; $w.prev invoke" } catch { bind $w "$w.next flash; $w.next invoke" } catch { bind $w "$w.prev flash; $w.prev invoke" }