diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-10-10 22:27:00 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-10-10 22:27:00 +0200 |
commit | 22838720bbe1fc3c9fd46f34aa91474c7d6005a3 (patch) | |
tree | 1b0ced0e2a727c5bb28dfb846e01098f8e2678d6 /plugins/hotkeys | |
parent | e9223dae281dec518e7e54f63f017d39415ca80d (diff) |
updated plugins descriptions
added basic gui configuration window
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r-- | plugins/hotkeys/hotkeys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index 5cde339c..476564d9 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -332,8 +332,8 @@ hotkeys_stop (void) { static DB_misc_t plugin = { DB_PLUGIN_SET_API_VERSION .plugin.type = DB_PLUGIN_MISC, - .plugin.name = "Global Hotkeys", - .plugin.descr = "Allows to control player using xlib global hotkeys", + .plugin.name = "Global hotkeys support", + .plugin.descr = "Allows to control player with global hotkeys", .plugin.author = "Viktor Semykin", .plugin.email = "thesame.ml@gmail.com", .plugin.website = "http://deadbeef.sf.net", |