summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
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
};