mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-12 20:36:16 +00:00
Update the About screen
Add the current year and the second main author, err, me. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b681294631
commit
8c7c11c644
1 changed files with 2 additions and 2 deletions
|
@ -697,10 +697,10 @@ static void about_dialog(GtkWidget *w, gpointer data)
|
||||||
|
|
||||||
gtk_show_about_dialog(NULL,
|
gtk_show_about_dialog(NULL,
|
||||||
"program-name", "SubSurface",
|
"program-name", "SubSurface",
|
||||||
"comments", "Half-arsed divelog software in C",
|
"comments", "Multi-platform divelog software in C",
|
||||||
"license", "GPLv2",
|
"license", "GPLv2",
|
||||||
"version", VERSION_STRING,
|
"version", VERSION_STRING,
|
||||||
"copyright", "Linus Torvalds 2011",
|
"copyright", "Linus Torvalds, Dirk Hohndel, and others, 2011, 2012",
|
||||||
"logo-icon-name", "subsurface",
|
"logo-icon-name", "subsurface",
|
||||||
/* Must be last: */
|
/* Must be last: */
|
||||||
logo_property, logo,
|
logo_property, logo,
|
||||||
|
|
Loading…
Add table
Reference in a new issue