From bbe6cfdd9da8d03946c36e6ca287a6c0af9e0268 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 31 Jul 2010 15:01:56 +0200 Subject: allow forward slash in plugin action titles via \/ --- plugins/hotkeys/hotkeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hotkeys') diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index c61bbc8b..feba4efe 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -628,7 +628,7 @@ static DB_plugin_action_t action_toggle_pause = { }; static DB_plugin_action_t action_play_pause = { - .title = "Play/Pause", + .title = "Play\\/Pause", .name = "play_pause", .flags = DB_ACTION_COMMON, .callback = action_play_pause_cb, -- cgit v1.2.3