aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-08-23 13:36:39 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-08-23 13:36:39 +0200
commit2b3e85508052f1ca931d964ca088ecf31c0f1c76 (patch)
treedda151e78e44332773cebaa1c9367f00899c9d06 /config.def.h
parent5d14fa298bede7d14f9d89c54d8d52e868586c5f (diff)
downloadmpd-notification-2b3e85508052f1ca931d964ca088ecf31c0f1c76.tar.gz
mpd-notification-2b3e85508052f1ca931d964ca088ecf31c0f1c76.tar.zst
display the notification again on SIGUSR1
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 0047f7d..f135a8d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,4 +8,5 @@
#define TEXT_PLAY "Playing <b>%s</b>\nby <i>%s</i>\nfrom <i>%s</i>"
#define TEXT_PAUSE "Paused playback"
#define TEXT_STOP "Stopped playback"
+#define TEXT_NONE "No action received yet."
#define TEXT_UNKNOWN "(unknown)"