summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-06 14:27:34 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-06 14:27:34 -0700
commit8c7c11c6446c1adbb1e6fd5c041e48b3a3e9e814 (patch)
tree582b0ef669f82fcc024be8d3d88e3156b3725f4f /gtk-gui.c
parentb6812946319080699f6071656f09d402d23d3e46 (diff)
downloadsubsurface-8c7c11c6446c1adbb1e6fd5c041e48b3a3e9e814.tar.gz
Update the About screen
Add the current year and the second main author, err, me. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gtk-gui.c')
-rw-r--r--gtk-gui.c4
1 files 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,