diff options
author | Christian Hesse <mail@eworm.de> | 2013-08-23 13:36:39 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-08-23 13:36:39 +0200 |
commit | 2b3e85508052f1ca931d964ca088ecf31c0f1c76 (patch) | |
tree | dda151e78e44332773cebaa1c9367f00899c9d06 /config.def.h | |
parent | 5d14fa298bede7d14f9d89c54d8d52e868586c5f (diff) | |
download | mpd-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.h | 1 |
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)" |