mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Improved About dialog
Add a link to the GPL, a link to the homepage, an opportunity for the translator to be listed (this requires the translations to translate the phrase "translator-credits" with the names of the translators - kinda nifty). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e6454f1773
commit
c6d713bb4d
1 changed files with 4 additions and 2 deletions
|
@ -847,13 +847,15 @@ static void about_dialog(GtkWidget *w, gpointer data)
|
||||||
logo_property = "logo";
|
logo_property = "logo";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk_show_about_dialog(NULL,
|
gtk_show_about_dialog(NULL,
|
||||||
|
"title", _("About Subsurface"),
|
||||||
"program-name", "Subsurface",
|
"program-name", "Subsurface",
|
||||||
"comments", _("Multi-platform divelog software in C"),
|
"comments", _("Multi-platform divelog software in C"),
|
||||||
"license", "GPLv2",
|
"website", "http://subsurface.hohndel.org",
|
||||||
|
"license", "GNU General Public License, version 2\nhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
||||||
"version", VERSION_STRING,
|
"version", VERSION_STRING,
|
||||||
"copyright", _("Linus Torvalds, Dirk Hohndel, and others, 2011, 2012"),
|
"copyright", _("Linus Torvalds, Dirk Hohndel, and others, 2011, 2012"),
|
||||||
|
"translator_credits", _("translator-credits"),
|
||||||
"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