summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 20:24:43 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 20:24:43 +0200
commite9463321934c8111e7e2e54729cbad88a357d040 (patch)
tree21abc6a184c452dc11e7e0fc4c2dee2f18fcda40 /interface.c
parent0c30eba788c3bd5488a06befcbcda8ecb087af7c (diff)
reformatted some text in about box; version bump to 0.2.0-rc1
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/interface.c b/interface.c
index 6aa6535b..3559f9f7 100644
--- a/interface.c
+++ b/interface.c
@@ -656,13 +656,19 @@ create_aboutdialog (void)
{
GtkWidget *aboutdialog;
const gchar *authors[] = {
- "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>",
+ "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[] = {
- "Button artwork: Stas \"uncle lag\" Akimushkin <uncle.lag@gmail.com>",
+ "Button artwork:",
+ "Stas \"uncle lag\" Akimushkin <uncle.lag@gmail.com>",
NULL
};