diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-09-06 14:27:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-09-06 14:27:34 -0700 |
commit | 8c7c11c6446c1adbb1e6fd5c041e48b3a3e9e814 (patch) | |
tree | 582b0ef669f82fcc024be8d3d88e3156b3725f4f | |
parent | b6812946319080699f6071656f09d402d23d3e46 (diff) | |
download | subsurface-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>
-rw-r--r-- | gtk-gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |