diff --git a/src/tomb b/src/tomb index f923ebf..641aba7 100755 --- a/src/tomb +++ b/src/tomb @@ -20,7 +20,7 @@ # this source code; if not, write to: # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=0.9.3 +VERSION=1.0 DATE=Feb/2011 # PATH=/usr/bin:/usr/sbin:/bin:/sbin diff --git a/src/tomb-status.c b/src/tomb-status.c index e9fa38a..5094a96 100644 --- a/src/tomb-status.c +++ b/src/tomb-status.c @@ -230,8 +230,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:", "Hellekin O. Wolf", NULL}; - const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.org", + const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com", "Asbesto Molesto - http://freaknet.org/asbesto", NULL}; GtkWidget *dialog = gtk_about_dialog_new();