1
0
Fork 0
forked from len0rd/rockbox

A few fixes to the About panel.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13613 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2007-06-10 22:20:43 +00:00
parent 1bc4ce9a0a
commit e94adbbc28

View file

@ -33,8 +33,8 @@ static const wxString rbutil_developers[] = {
}; };
#define RBUTIL_WEBSITE "http://www.rockbox.org/" #define RBUTIL_WEBSITE "http://www.rockbox.org/"
#define RBUTIL_COPYRIGHT wxT("(C) 2005-7 The Rockbox Team\n" \ #define RBUTIL_COPYRIGHT wxT("© 2005-2007 The Rockbox Team\n" \
"released under the GNU Public License v2") "Released under the GNU General Public License v2.")
#define RBUTIL_DESCRIPTION wxT("Installer and housekeeping utility for " \ #define RBUTIL_DESCRIPTION wxT("Installer and housekeeping utility for " \
"the Rockbox open source digital audio player firmware.") "the Rockbox open source digital audio player firmware.")