summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deadbeef.glade9
-rw-r--r--interface.c9
2 files changed, 12 insertions, 6 deletions
diff --git a/deadbeef.glade b/deadbeef.glade
index d6ff1249..e1ab790d 100644
--- a/deadbeef.glade
+++ b/deadbeef.glade
@@ -788,13 +788,16 @@ Copyright (C) Simon White and other authors.</property>
<property name="website">http://deadbeef.sf.net</property>
<property name="website_label" translatable="yes">website</property>
<property name="authors">Core developer:
-Alexey Yakovenko &lt;waker@users.sourceforge.net&gt;
+Alexey Yakovenko
+&lt;waker@users.sourceforge.net&gt;
Hotkeys plugin:
-Viktor Semykin &lt;thesame.ml@gmail.com&gt;
+Viktor Semykin
+&lt;thesame.ml@gmail.com&gt;
Desktop file and Debian packages:
-Alexey A. Smirnov &lt;alexey.smirnov@gmx.com&gt;</property>
+Alexey A. Smirnov
+&lt;alexey.smirnov@gmx.com&gt;</property>
<property name="artists">Button artwork:
Stas &quot;uncle lag&quot; Akimushkin &lt;uncle.lag@gmail.com&gt;</property>
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
diff --git a/interface.c b/interface.c
index 88e4ada2..c970efcb 100644
--- a/interface.c
+++ b/interface.c
@@ -708,13 +708,16 @@ create_aboutdialog (void)
GtkWidget *aboutdialog;
const gchar *authors[] = {
"Core developer:",
- "Alexey Yakovenko <waker@users.sourceforge.net>",
+ "Alexey Yakovenko",
+ "<waker@users.sourceforge.net>",
" ",
"Hotkeys plugin:",
- "Viktor Semykin <thesame.ml@gmail.com>",
+ "Viktor Semykin",
+ "<thesame.ml@gmail.com>",
" ",
"Desktop file and Debian packages:",
- "Alexey A. Smirnov <alexey.smirnov@gmx.com>",
+ "Alexey A. Smirnov",
+ "<alexey.smirnov@gmx.com>",
NULL
};
const gchar *artists[] = {