From 4e296d5f189c2a5a4505149a7cfba3b1f50f0d85 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Fri, 4 Sep 2015 11:28:34 -0600 Subject: sqlite logging --- totimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'totimer.cpp') diff --git a/totimer.cpp b/totimer.cpp index 66a6b52..05e2a01 100644 --- a/totimer.cpp +++ b/totimer.cpp @@ -37,7 +37,7 @@ bool notify(gpointer user_data) sprintf(str,"Time's up!(%d)",lastres->time-POTIME); else sprintf(str,"Time's up!"); - n = notify_notification_new ("Tomodori",str, NULL); + n = notify_notification_new ("Pomodori",str, NULL); notify_notification_set_urgency(n,NOTIFY_URGENCY_CRITICAL); notify_notification_add_action(n,"M", "More",(NotifyActionCallback)timeup,lastres,NULL); notify_notification_add_action(n,"G", "Good",(NotifyActionCallback)timeup,lastres,NULL); -- cgit v1.2.3-70-g09d2