mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 12:57:56 +00:00
raised version
also url and credits
This commit is contained in:
parent
3a90805127
commit
cb53eb493d
2
src/tomb
2
src/tomb
@ -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
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user