release documentation

added more contributors
This commit is contained in:
Jaromil 2011-04-27 21:38:45 +02:00
parent 27a8bf2830
commit 4b47f94c12
3 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,6 @@ Tomb is designed and written by Denis Roio aka Jaromil.
Tomb's artwork is contributed by Jordi aka Mon Mort
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
Shining, Mancausoft and Asbesto.
Shining, Mancausoft, Asbesto, Anathema, Boyska and Nignux.
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth

View File

@ -4,7 +4,7 @@ dnl ==============================================================
AC_PREREQ([2.60])
AC_INIT([Tomb],[0.9.2],[jaromil@dyne.org],[Tomb])
AC_INIT([Tomb],[1.0],[jaromil@dyne.org],[Tomb])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST

View File

@ -238,8 +238,9 @@ gboolean right_click(GtkWidget *w, GdkEvent *e) {
gboolean cb_about(GtkWidget *w, GdkEvent *e) {
const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
"Code reviews and contributions by:",
"Dreamer, Hellekin O. Wolf, Shining and Mancausoft", NULL};
const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com",
"Dreamer, Hellekin O. Wolf, Shining, Mancausoft,",
"Anathema, Boyska and Nignux", NULL};
const gchar *artists[] = {"Món Mort - http://monmort.blogspot.com",
"Asbesto Molesto - http://freaknet.org/asbesto",
NULL};
GtkWidget *dialog = gtk_about_dialog_new();