summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-09-02 19:32:39 +0200
committerGravatar waker <wakeroid@gmail.com>2009-09-02 19:33:44 +0200
commit1e3ab07cfe0ecc58fa4a80583c96a767174a80e2 (patch)
tree865284ef8f4b0f16068454ab7debb0837493bd74 /interface.c
parent121c7130795cf36a7057c6389af592aa001a4e9b (diff)
authors info update; hotkeys will no longer start thread unless there's valid config
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/interface.c b/interface.c
index 0b24d0f8..347cf149 100644
--- a/interface.c
+++ b/interface.c
@@ -623,11 +623,13 @@ create_aboutdialog (void)
{
GtkWidget *aboutdialog;
const gchar *authors[] = {
- "Alexey Yakovenko <waker@users.sourceforge.net>",
+ "Core developer: Alexey Yakovenko <waker@users.sourceforge.net>",
+ "Hotkeys plugin: Viktor Semykin <thesame.ml@gmail.com>",
+ "Desktop file and Debian packages: Alexey A. Smirnov <alexey.smirnov@gmx.com>",
NULL
};
const gchar *artists[] = {
- "Stas \"uncle lag\" Akimushkin <uncle.lag@gmail.com>",
+ "Button artwork: Stas \"uncle lag\" Akimushkin <uncle.lag@gmail.com>",
NULL
};