summaryrefslogtreecommitdiff
path: root/totimer.cpp
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-09-04 11:28:34 -0600
committerJoe Zhao <ztuowen@gmail.com>2015-09-04 11:28:34 -0600
commit4e296d5f189c2a5a4505149a7cfba3b1f50f0d85 (patch)
treeeb790522b1ea8214999a80edd8508d459aaed254 /totimer.cpp
parent4797fa9af722263307f08b386458691a5b70fa29 (diff)
downloadpomodori-4e296d5f189c2a5a4505149a7cfba3b1f50f0d85.tar.gz
pomodori-4e296d5f189c2a5a4505149a7cfba3b1f50f0d85.tar.bz2
pomodori-4e296d5f189c2a5a4505149a7cfba3b1f50f0d85.zip
sqlite logging
Diffstat (limited to 'totimer.cpp')
-rw-r--r--totimer.cpp2
1 files changed, 1 insertions, 1 deletions
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);