mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Refreshed GtkAbout dialog
Added myself to author names Added Access 2007 as a supported Updated copyright date Name property has been renamed to program-name since Gtk 2.12
This commit is contained in:
parent
f4eb78ef38
commit
e6937ea306
@ -46,6 +46,7 @@ const gchar *authors[] = {
|
|||||||
"Jeff Smith",
|
"Jeff Smith",
|
||||||
"Filip Van Raemdonck",
|
"Filip Van Raemdonck",
|
||||||
"Bernhard Reiter",
|
"Bernhard Reiter",
|
||||||
|
"Nirgal Vourgère",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
const gchar *documenters[] = {
|
const gchar *documenters[] = {
|
||||||
@ -66,11 +67,11 @@ GdkPixbuf *pixbuf=NULL;
|
|||||||
"authors", authors,
|
"authors", authors,
|
||||||
"comments", _("GNOME MDB Viewer is a grapical interface to "
|
"comments", _("GNOME MDB Viewer is a grapical interface to "
|
||||||
"MDB Tools. It lets you view and export data and schema "
|
"MDB Tools. It lets you view and export data and schema "
|
||||||
"from MDB files produced by MS Access 97/2000/XP/2003."),
|
"from MDB files produced by MS Access 97/2000/XP/2003/2007."),
|
||||||
"copyright", _("Copyright 2002-2006 Brian Bruns and others"),
|
"copyright", _("Copyright 2002-2012 Brian Bruns and others"),
|
||||||
"documenters", documenters,
|
"documenters", documenters,
|
||||||
"logo", pixbuf,
|
"logo", pixbuf,
|
||||||
"name", _("GNOME MDB Viewer"),
|
"program-name", _("GNOME MDB Viewer"),
|
||||||
"version", MDB_VERSION_NO,
|
"version", MDB_VERSION_NO,
|
||||||
"website", "http://mdbtools.sourceforge.net/",
|
"website", "http://mdbtools.sourceforge.net/",
|
||||||
NULL);
|
NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user