diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-13 06:34:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-13 06:34:25 +0800 |
commit | 33af5cb2950f10d7d08cfea3e0aecc89766390aa (patch) | |
tree | 329b05b75650065d21077b150e56f0e3e15ff30c | |
parent | d7c34ab70a937ab9c17e678a971820fdaf1fcd78 (diff) | |
download | gsoc2013-empathy-33af5cb2950f10d7d08cfea3e0aecc89766390aa.tar gsoc2013-empathy-33af5cb2950f10d7d08cfea3e0aecc89766390aa.tar.gz gsoc2013-empathy-33af5cb2950f10d7d08cfea3e0aecc89766390aa.tar.bz2 gsoc2013-empathy-33af5cb2950f10d7d08cfea3e0aecc89766390aa.tar.lz gsoc2013-empathy-33af5cb2950f10d7d08cfea3e0aecc89766390aa.tar.xz gsoc2013-empathy-33af5cb2950f10d7d08cfea3e0aecc89766390aa.tar.zst gsoc2013-empathy-33af5cb2950f10d7d08cfea3e0aecc89766390aa.zip |
[darcs-to-svn @ Add artists names to contributors and credits]
svn path=/trunk/; revision=52
-rw-r--r-- | CONTRIBUTORS | 2 | ||||
-rw-r--r-- | libempathy-gtk/gossip-about-dialog.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a9a8cd1fb..232f6c27f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,3 +15,5 @@ Sjoerd Simons Thomas Reynolds Vincent Untz Xavier Claessens +Andreas Nilsson +Vinicius Depizzol diff --git a/libempathy-gtk/gossip-about-dialog.c b/libempathy-gtk/gossip-about-dialog.c index 7b5990c50..af8c4a15a 100644 --- a/libempathy-gtk/gossip-about-dialog.c +++ b/libempathy-gtk/gossip-about-dialog.c @@ -54,6 +54,8 @@ static const char *documenters[] = { }; static const char *artists[] = { + "Andreas Nilsson <nisses.mail@home.se>", + "Vinicius Depizzol <vdepizzol@gmail.com>", NULL }; |