mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-22 20:45:13 +00:00
release documentation
added more contributors
This commit is contained in:
parent
27a8bf2830
commit
4b47f94c12
2
AUTHORS
2
AUTHORS
@ -4,6 +4,6 @@ Tomb is designed and written by Denis Roio aka Jaromil.
|
|||||||
Tomb's artwork is contributed by Jordi aka Mon Mort
|
Tomb's artwork is contributed by Jordi aka Mon Mort
|
||||||
|
|
||||||
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
|
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
|
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth
|
||||||
|
@ -4,7 +4,7 @@ dnl ==============================================================
|
|||||||
|
|
||||||
AC_PREREQ([2.60])
|
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_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
@ -238,8 +238,9 @@ gboolean right_click(GtkWidget *w, GdkEvent *e) {
|
|||||||
gboolean cb_about(GtkWidget *w, GdkEvent *e) {
|
gboolean cb_about(GtkWidget *w, GdkEvent *e) {
|
||||||
const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
|
const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
|
||||||
"Code reviews and contributions by:",
|
"Code reviews and contributions by:",
|
||||||
"Dreamer, Hellekin O. Wolf, Shining and Mancausoft", NULL};
|
"Dreamer, Hellekin O. Wolf, Shining, Mancausoft,",
|
||||||
const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com",
|
"Anathema, Boyska and Nignux", NULL};
|
||||||
|
const gchar *artists[] = {"Món Mort - http://monmort.blogspot.com",
|
||||||
"Asbesto Molesto - http://freaknet.org/asbesto",
|
"Asbesto Molesto - http://freaknet.org/asbesto",
|
||||||
NULL};
|
NULL};
|
||||||
GtkWidget *dialog = gtk_about_dialog_new();
|
GtkWidget *dialog = gtk_about_dialog_new();
|
||||||
|
Loading…
Reference in New Issue
Block a user