From 8c7c11c6446c1adbb1e6fd5c041e48b3a3e9e814 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 6 Sep 2012 14:27:34 -0700 Subject: Update the About screen Add the current year and the second main author, err, me. Signed-off-by: Dirk Hohndel --- gtk-gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-gui.c b/gtk-gui.c index a2f130ac2..2cdd56dcf 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -697,10 +697,10 @@ static void about_dialog(GtkWidget *w, gpointer data) gtk_show_about_dialog(NULL, "program-name", "SubSurface", - "comments", "Half-arsed divelog software in C", + "comments", "Multi-platform divelog software in C", "license", "GPLv2", "version", VERSION_STRING, - "copyright", "Linus Torvalds 2011", + "copyright", "Linus Torvalds, Dirk Hohndel, and others, 2011, 2012", "logo-icon-name", "subsurface", /* Must be last: */ logo_property, logo, -- cgit v1.2.3-70-g09d2