raised version

also url and credits
This commit is contained in:
Jaromil 2011-02-24 11:44:41 +01:00
parent 3a90805127
commit cb53eb493d
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
# this source code; if not, write to: # this source code; if not, write to:
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
VERSION=0.9.3 VERSION=1.0
DATE=Feb/2011 DATE=Feb/2011
# PATH=/usr/bin:/usr/sbin:/bin:/sbin # PATH=/usr/bin:/usr/sbin:/bin:/sbin

View File

@ -230,8 +230,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:",
"Hellekin O. Wolf", NULL}; "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", "Asbesto Molesto - http://freaknet.org/asbesto",
NULL}; NULL};
GtkWidget *dialog = gtk_about_dialog_new(); GtkWidget *dialog = gtk_about_dialog_new();